Html Css Color HEX #211404 Cocoa Brown

📋 copy color: '#211404'

red 33 ◦ green 20 ◦ blue 4

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

Shades of Cocoa Brown #211404

Tints of Cocoa Brown #211404

RGB

 RED value IS 33 (13.28% from 255) = 57.89%

 GREEN value IS 20 (8.2% 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 value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.87

RGB Variations

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

Color information

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

RGB 33 20 4 -
CMYK 0 0.39 0.88 0.87
HSL 33.1º 0.78% 0.07% -
HSV(B) 33.1º 0.88% 0.13% -
XYZ 0.9 0.83 0.23 -
YUV 22.06 117.81 135.8 -
System Red Green Blue C M Y K H S L
Decimal 33 20 4 0 0.39 0.88 0.87 33.1 0.78 0.07
Hex 21 14 4 0 27 58 57 21 4E 7
Octal 41 24 4 0 47 130 127 41 116 7
Binary 100001 10100 100 0 100111 1011000 1010111 100001 1001110 111

Color Harmonies of #211404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211404

Black with #211404

Text Example


Text Example

White with #211404

Text Example


Text Example

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