#20180C

Color #20180C Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #20180C

Tints of Cocoa Brown #20180C

Color information

#20180C (or 0x20180C) is unknown color: approx Cocoa Brown. HEX triplet: 20, 18 and 0C. RGB value is (32,24,12). Sum of RGB (Red+Green+Blue) = 32+24+12=68 (9% of max value = 765). Red value is 32 (12.89% from 255 or 47.06% from 68); Green value is 24 (9.77% from 255 or 35.29% from 68); Blue value is 12 (5.08% from 255 or 17.65% from 68); Max value from RGB is 32 - color contains mainly: red. Hex color #20180C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20180C is #DFE7F3. Grayscale: #191919. Windows color (decimal): -14673908 or 792608. OLE color: 792608.

HSL color Cylindrical-coordinate representation of color #20180C: hue angle of 36º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #20180C is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.87.

Color convert

RGB322412-
CMYK00.250.630.87
HSL36º45.45%8.63%-
HSV(B)36º62.5%12.55%-
XYZ0.990.990.49-
YUV25.02120.65132.98-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 47.06%
GREEN value IS 24 (9.77% from 255) = 35.29%
BLUE value IS 12 (5.08% from 255) = 17.65%
R=47.06%
G=35.29%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.63
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32241200.250.630.873645.458.63
Hex2018C0193F57242d9
Octal40301403177127445511
Binary10000011000110001100111111110101111001001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20180C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20180C; }

 p { color: rgb(32,24,12); }

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

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

 a { background-color: rgb(32,24,12); }

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

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

 span { border-color: rgb(32,24,12); }

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