#211508

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

Shades of Cocoa Brown #211508

Tints of Cocoa Brown #211508

Color information

#211508 (or 0x211508) is unknown color: approx Cocoa Brown. HEX triplet: 21, 15 and 08. RGB value is (33,21,8). Sum of RGB (Red+Green+Blue) = 33+21+8=62 (8% of max value = 765). Red value is 33 (13.28% from 255 or 53.23% from 62); Green value is 21 (8.59% from 255 or 33.87% from 62); Blue value is 8 (3.52% from 255 or 12.90% from 62); Max value from RGB is 33 - color contains mainly: red. Hex color #211508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211508 is #DEEAF7. Grayscale: #171717. Windows color (decimal): -14609144 or 529697. OLE color: 529697.

HSL color Cylindrical-coordinate representation of color #211508: hue angle of 31.2º 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 #211508 is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.87.

Color convert

RGB33218-
CMYK00.360.760.87
HSL31.2º60.98%8.04%-
HSV(B)31.2º75.76%12.94%-
XYZ0.940.880.35-
YUV23.11119.48135.06-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 53.23%
GREEN value IS 21 (8.59% from 255) = 33.87%
BLUE value IS 8 (3.52% from 255) = 12.90%
R=53.23%
G=33.87%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.76
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3321800.360.760.8731.260.988.04
Hex211580244C571f3d8
Octal412510044114127377510
Binary100001101011000010010010011001010111111111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211508; }

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

 H1.HeaderClassName
 {
   color: #211508;
 }
 .AnyTagClassName
 {
   color: #211508;
 }
</style>
background-color css

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

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

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

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

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

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