#211609

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

Shades of Cocoa Brown #211609

Tints of Cocoa Brown #211609

Color information

#211609 (or 0x211609) is unknown color: approx Cocoa Brown. HEX triplet: 21, 16 and 09. RGB value is (33,22,9). Sum of RGB (Red+Green+Blue) = 33+22+9=64 (8% of max value = 765). Red value is 33 (13.28% from 255 or 51.56% from 64); Green value is 22 (8.98% from 255 or 34.38% from 64); Blue value is 9 (3.91% from 255 or 14.06% from 64); Max value from RGB is 33 - color contains mainly: red. Hex color #211609 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211609 is #DEE9F6. Grayscale: #171717. Windows color (decimal): -14608887 or 595489. OLE color: 595489.

HSL color Cylindrical-coordinate representation of color #211609: hue angle of 32.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 #211609 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.87.

Color convert

RGB33229-
CMYK00.330.730.87
HSL32.5º57.14%8.24%-
HSV(B)32.5º72.73%12.94%-
XYZ0.960.920.38-
YUV23.81119.64134.56-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 51.56%
GREEN value IS 22 (8.98% from 255) = 34.38%
BLUE value IS 9 (3.91% from 255) = 14.06%
R=51.56%
G=34.38%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.73
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3322900.330.730.8732.557.148.24
Hex21169021495720398
Octal412611041111127407110
Binary1000011011010010100001100100110101111000001110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211609; }

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

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

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

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

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

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

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

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