#211404

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

Shades of Cocoa Brown #211404

Tints of Cocoa Brown #211404

Color information

#211404 (or 0x211404) is unknown color: approx Cocoa Brown. HEX triplet: 21, 14 and 04. RGB value is (33,20,4). Sum of RGB (Red+Green+Blue) = 33+20+4=57 (7% of max value = 765). Red value is 33 (13.28% from 255 or 57.89% from 57); Green value is 20 (8.20% from 255 or 35.09% from 57); Blue value is 4 (1.95% from 255 or 7.02% from 57); Max value from RGB is 33 - color contains mainly: red. Hex color #211404 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211404 is #DEEBFB. Grayscale: #161616. Windows color (decimal): -14609404 or 267297. OLE color: 267297.

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

Color convert

RGB33204-
CMYK00.390.880.87
HSL33.1º78.38%7.25%-
HSV(B)33.1º87.88%12.94%-
XYZ0.90.830.23-
YUV22.06117.81135.8-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 57.89%
GREEN value IS 20 (8.20% from 255) = 35.09%
BLUE value IS 4 (1.95% from 255) = 7.02%
R=57.89%
G=35.09%
B=7.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.88
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3320400.390.880.8733.178.387.25
Hex211440275857214e7
Octal41244047130127411167
Binary100001101001000100111101100010101111000011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211404; }

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

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

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

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

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

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

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

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