#C3813D

Color #C3813D Brandy Punch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Punch #C3813D

Tints of Brandy Punch #C3813D

Color information

#C3813D (or 0xC3813D) is unknown color: approx Brandy Punch. HEX triplet: C3, 81 and 3D. RGB value is (195,129,61). Sum of RGB (Red+Green+Blue) = 195+129+61=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 61 (24.22% from 255 or 15.84% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C3813D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3813D is #3C7EC2. Grayscale: #8D8D8D. Windows color (decimal): -3964611 or 4030915. OLE color: 4030915.

HSL color Cylindrical-coordinate representation of color #C3813D: hue angle of 30.45º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C3813D is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB19512961-
CMYK00.340.690.24
HSL30.45º52.76%50.2%-
HSV(B)30.45º68.72%76.47%-
XYZ31.227.648.11-
YUV140.9882.87166.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 50.65%
GREEN value IS 129 (50.78% from 255) = 33.51%
BLUE value IS 61 (24.22% from 255) = 15.84%
R=50.65%
G=33.51%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951296100.340.690.2430.4552.7650.2
HexC3813D02245181e3532
Octal3032017504210530366562
Binary1100001110000001111101010001010001011100011110110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3813D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3813D; }

 p { color: rgb(195,129,61); }

 H1.HeaderClassName
 {
   color: #C3813D;
 }
 .AnyTagClassName
 {
   color: #C3813D;
 }
</style>
background-color css

<style>
 a { background-color: #C3813D; }

 a { background-color: rgb(195,129,61); }

 div.DivClassName
 {
   background-color: #C3813D;
 }
 .BgClassName
 {
   background-color: #C3813D;
 }
</style>
border-color css

<style>
 span { border-color: #C3813D; }

 span { border-color: rgb(195,129,61); }

 td.TdClassName
 {
   border-color: #C3813D;
 }
 .TagClassName
 {
   border-color: #C3813D;
 }
</style>