#211205

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

Shades of Cocoa Brown #211205

Tints of Cocoa Brown #211205

Color information

#211205 (or 0x211205) is unknown color: approx Cocoa Brown. HEX triplet: 21, 12 and 05. RGB value is (33,18,5). Sum of RGB (Red+Green+Blue) = 33+18+5=56 (7% of max value = 765). Red value is 33 (13.28% from 255 or 58.93% from 56); Green value is 18 (7.42% from 255 or 32.14% from 56); Blue value is 5 (2.34% from 255 or 8.93% from 56); Max value from RGB is 33 - color contains mainly: red. Hex color #211205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211205 is #DEEDFA. Grayscale: #151515. Windows color (decimal): -14609915 or 332321. OLE color: 332321.

HSL color Cylindrical-coordinate representation of color #211205: hue angle of 27.86º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #211205 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.87.

Color convert

RGB33185-
CMYK00.450.850.87
HSL27.86º73.68%7.45%-
HSV(B)27.86º84.85%12.94%-
XYZ0.870.770.25-
YUV21118.97136.56-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 58.93%
GREEN value IS 18 (7.42% from 255) = 32.14%
BLUE value IS 5 (2.34% from 255) = 8.93%
R=58.93%
G=32.14%
B=8.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.85
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3318500.450.850.8727.8673.687.45
Hex2112502D55571c4a7
Octal41225055125127341127
Binary10000110010101010110110101011010111111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211205; }

 p { color: rgb(33,18,5); }

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

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

 a { background-color: rgb(33,18,5); }

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

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

 span { border-color: rgb(33,18,5); }

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