Html Css Color HEX #211708 Cocoa Brown

📋 copy color: '#211708'

red 33 ◦ green 23 ◦ blue 8

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

Shades of Cocoa Brown #211708

Tints of Cocoa Brown #211708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 12.5%

R = 51.56%
G = 35.94%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.76

 K value IS 0.87

RGB Variations

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

Color information

#211708 (or 0x211708) is known color: Cocoa Brown. HEX triplet: 21, 17 and 08. RGB value is (33,23,8). Sum of RGB (Red+Green+Blue) = 33+23+8=64 (8% of max value = 765). Red value is 33 (13.28% from 255 or 51.56% from 64); Green value is 23 (9.38% from 255 or 35.94% from 64); Blue value is 8 (3.52% from 255 or 12.5% from 64); Max value from RGB is 33 - color contains mainly: red. Hex color #211708 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211708 is #DEE8F7. Grayscale: #181818. Windows color (decimal): -14608632 or 530209. OLE color: 530209.

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

Color convert

RGB 33 23 8 -
CMYK 0 0.30 0.76 0.87
HSL 36º 0.61% 0.08% -
HSV(B) 36º 0.76% 0.13% -
XYZ 0.98 0.95 0.36 -
YUV 24.28 118.81 134.22 -
System Red Green Blue C M Y K H S L
Decimal 33 23 8 0 0.30 0.76 0.87 36 0.61 0.08
Hex 21 17 8 0 1E 4C 57 24 3D 8
Octal 41 27 10 0 36 114 127 44 75 10
Binary 100001 10111 1000 0 11110 1001100 1010111 100100 111101 1000

Color Harmonies of #211708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211708

Black with #211708

Text Example


Text Example

White with #211708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211708; }

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

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

background-color css

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

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

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

border-color css

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

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

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