#211604

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

Shades of Cocoa Brown #211604

Tints of Cocoa Brown #211604

Color information

#211604 (or 0x211604) is unknown color: approx Cocoa Brown. HEX triplet: 21, 16 and 04. RGB value is (33,22,4). Sum of RGB (Red+Green+Blue) = 33+22+4=59 (7% of max value = 765). Red value is 33 (13.28% from 255 or 55.93% from 59); Green value is 22 (8.98% from 255 or 37.29% from 59); Blue value is 4 (1.95% from 255 or 6.78% from 59); Max value from RGB is 33 - color contains mainly: red. Hex color #211604 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211604 is #DEE9FB. Grayscale: #171717. Windows color (decimal): -14608892 or 267809. OLE color: 267809.

HSL color Cylindrical-coordinate representation of color #211604: hue angle of 37.24º 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 #211604 is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.87.

Color convert

RGB33224-
CMYK00.330.880.87
HSL37.24º78.38%7.25%-
HSV(B)37.24º87.88%12.94%-
XYZ0.940.910.24-
YUV23.24117.14134.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 55.93%
GREEN value IS 22 (8.98% from 255) = 37.29%
BLUE value IS 4 (1.95% from 255) = 6.78%
R=55.93%
G=37.29%
B=6.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.88
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3322400.330.880.8737.2478.387.25
Hex211640215857254e7
Octal41264041130127451167
Binary100001101101000100001101100010101111001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211604; }

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

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

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

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

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

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

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

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