Html Css Color HEX #211204 Cocoa Brown

📋 copy color: '#211204'

red 33 ◦ green 18 ◦ blue 4

#211204
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cocoa Brown #211204

Tints of Cocoa Brown #211204

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 value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.87

RGB Variations

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

Color information

#211204 (or 0x211204) is known color: 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

RGB 33 18 4 -
CMYK 0 0.45 0.88 0.87
HSL 28.97º 0.78% 0.07% -
HSV(B) 28.97º 0.88% 0.13% -
XYZ 0.87 0.76 0.22 -
YUV 20.89 118.47 136.64 -
System Red Green Blue C M Y K H S L
Decimal 33 18 4 0 0.45 0.88 0.87 28.97 0.78 0.07
Hex 21 12 4 0 2D 58 57 1D 4E 7
Octal 41 22 4 0 55 130 127 35 116 7
Binary 100001 10010 100 0 101101 1011000 1010111 11101 1001110 111

Color Harmonies of #211204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211204

Black with #211204

Text Example


Text Example

White with #211204

Text Example


Text Example

HTML Codes & Css Web 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>