#211204

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

Shades of Cocoa Brown #211204

Tints of Cocoa Brown #211204

Color information

#211204 (or 0x211204) is unknown color: approx Cocoa Brown. HEX triplet: 21, 12 and 04. RGB value is (33,18,4). Sum of RGB (Red+Green+Blue) = 33+18+4=55 (7% of max value = 765). Red value is 33 (13.28% from 255 or 60% from 55); Green value is 18 (7.42% from 255 or 32.73% from 55); Blue value is 4 (1.95% from 255 or 7.27% from 55); Max value from RGB is 33 - color contains mainly: red. Hex color #211204 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211204 is #DEEDFB. Grayscale: #141414. Windows color (decimal): -14609916 or 266785. OLE color: 266785.

HSL color Cylindrical-coordinate representation of color #211204: hue angle of 28.97º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #211204 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.87.

Color convert

RGB33184-
CMYK00.450.880.87
HSL28.97º78.38%7.25%-
HSV(B)28.97º87.88%12.94%-
XYZ0.870.760.22-
YUV20.89118.47136.64-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 60%
GREEN value IS 18 (7.42% from 255) = 32.73%
BLUE value IS 4 (1.95% from 255) = 7.27%
R=60%
G=32.73%
B=7.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.88
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3318400.450.880.8728.9778.387.25
Hex2112402D58571d4e7
Octal41224055130127351167
Binary10000110010100010110110110001010111111011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211204; }

 p { color: rgb(33,18,4); }

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

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

 a { background-color: rgb(33,18,4); }

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

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

 span { border-color: rgb(33,18,4); }

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