#211708

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

Shades of Cocoa Brown #211708

Tints of Cocoa Brown #211708

Color information

#211708 (or 0x211708) is unknown color: approx 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

RGB33238-
CMYK00.300.760.87
HSL36º60.98%8.04%-
HSV(B)36º75.76%12.94%-
XYZ0.980.950.36-
YUV24.28118.81134.22-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.76
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3323800.300.760.873660.988.04
Hex2117801E4C57243d8
Octal412710036114127447510
Binary100001101111000011110100110010101111001001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>