#211200

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

Shades of Cocoa Brown #211200

Tints of Cocoa Brown #211200

Color information

#211200 (or 0x211200) is unknown color: approx Cocoa Brown. HEX triplet: 21, 12 and 00. RGB value is (33,18,0). Sum of RGB (Red+Green+Blue) = 33+18+0=51 (6% of max value = 765). Red value is 33 (13.28% from 255 or 64.71% from 51); Green value is 18 (7.42% from 255 or 35.29% from 51); Blue value is 0 (0.39% from 255 or 0% from 51); Max value from RGB is 33 - color contains mainly: red. Hex color #211200 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211200 is #DEEDFF. Grayscale: #141414. Windows color (decimal): -14609920 or 4641. OLE color: 4641.

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

Color convert

RGB33180-
CMYK00.4510.87
HSL32.73º100%6.47%-
HSV(B)32.73º100%12.94%-
XYZ0.840.760.1-
YUV20.43116.47136.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 64.71%
GREEN value IS 18 (7.42% from 255) = 35.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.71%
G=35.29%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3318000.4510.8732.731006.47
Hex2112002D645721646
Octal41220055144127411446
Binary1000011001000101101110010010101111000011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211200; }

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

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

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

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

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

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

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

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