Html Css Color HEX #211705 Cocoa Brown

📋 copy color: '#211705'

red 33 ◦ green 23 ◦ blue 5

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

Shades of Cocoa Brown #211705

Tints of Cocoa Brown #211705

RGB

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

 GREEN value IS 23 (9.38% from 255) = 37.7%

 BLUE value IS 5 (2.34% from 255) = 8.2%

R = 54.1%
G = 37.7%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.85

 K value IS 0.87

RGB Variations

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

Color information

#211705 (or 0x211705) is known color: Cocoa Brown. HEX triplet: 21, 17 and 05. RGB value is (33,23,5). Sum of RGB (Red+Green+Blue) = 33+23+5=61 (8% of max value = 765). Red value is 33 (13.28% from 255 or 54.10% from 61); Green value is 23 (9.38% from 255 or 37.70% from 61); Blue value is 5 (2.34% from 255 or 8.20% from 61); Max value from RGB is 33 - color contains mainly: red. Hex color #211705 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211705 is #DEE8FA. Grayscale: #181818. Windows color (decimal): -14608635 or 333601. OLE color: 333601.

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

Color convert

RGB 33 23 5 -
CMYK 0 0.30 0.85 0.87
HSL 38.57º 0.74% 0.07% -
HSV(B) 38.57º 0.85% 0.13% -
XYZ 0.96 0.95 0.28 -
YUV 23.94 117.31 134.46 -
System Red Green Blue C M Y K H S L
Decimal 33 23 5 0 0.30 0.85 0.87 38.57 0.74 0.07
Hex 21 17 5 0 1E 55 57 27 4A 7
Octal 41 27 5 0 36 125 127 47 112 7
Binary 100001 10111 101 0 11110 1010101 1010111 100111 1001010 111

Color Harmonies of #211705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211705

Black with #211705

Text Example


Text Example

White with #211705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211705; }

 p { color: rgb(33,23,5); }

 H1.HeaderClassName
 {
   color: #211705;
 }
 .AnyTagClassName
 {
   color: #211705;
 }
</style>

background-color css

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

 a { background-color: rgb(33,23,5); }

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

border-color css

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

 span { border-color: rgb(33,23,5); }

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