#211809

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

Shades of Cocoa Brown #211809

Tints of Cocoa Brown #211809

Color information

#211809 (or 0x211809) is unknown color: approx Cocoa Brown. HEX triplet: 21, 18 and 09. RGB value is (33,24,9). Sum of RGB (Red+Green+Blue) = 33+24+9=66 (8% of max value = 765). Red value is 33 (13.28% from 255 or 50% from 66); Green value is 24 (9.77% from 255 or 36.36% from 66); Blue value is 9 (3.91% from 255 or 13.64% from 66); Max value from RGB is 33 - color contains mainly: red. Hex color #211809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211809 is #DEE7F6. Grayscale: #191919. Windows color (decimal): -14608375 or 596001. OLE color: 596001.

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

Color convert

RGB33249-
CMYK00.270.730.87
HSL37.5º57.14%8.24%-
HSV(B)37.5º72.73%12.94%-
XYZ110.4-
YUV24.98118.98133.72-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 50%
GREEN value IS 24 (9.77% from 255) = 36.36%
BLUE value IS 9 (3.91% from 255) = 13.64%
R=50%
G=36.36%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.73
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3324900.270.730.8737.557.148.24
Hex2118901B495726398
Octal413011033111127467110
Binary100001110001001011011100100110101111001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211809; }

 p { color: rgb(33,24,9); }

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

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

 a { background-color: rgb(33,24,9); }

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

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

 span { border-color: rgb(33,24,9); }

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