#211502

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

Shades of Cocoa Brown #211502

Tints of Cocoa Brown #211502

Color information

#211502 (or 0x211502) is unknown color: approx Cocoa Brown. HEX triplet: 21, 15 and 02. RGB value is (33,21,2). Sum of RGB (Red+Green+Blue) = 33+21+2=56 (7% of max value = 765). Red value is 33 (13.28% from 255 or 58.93% from 56); Green value is 21 (8.59% from 255 or 37.5% from 56); Blue value is 2 (1.17% from 255 or 3.57% from 56); Max value from RGB is 33 - color contains mainly: red. Hex color #211502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211502 is #DEEAFD. Grayscale: #161616. Windows color (decimal): -14609150 or 136481. OLE color: 136481.

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

Color convert

RGB33212-
CMYK00.360.940.87
HSL36.77º88.57%6.86%-
HSV(B)36.77º93.94%12.94%-
XYZ0.910.860.18-
YUV22.42116.48135.54-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 58.93%
GREEN value IS 21 (8.59% from 255) = 37.5%
BLUE value IS 2 (1.17% from 255) = 3.57%
R=58.93%
G=37.5%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.94
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3321200.360.940.8736.7788.576.86
Hex211520245E5725597
Octal41252044136127451317
Binary10000110101100100100101111010101111001011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211502; }

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

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

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

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

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

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

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

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