#211500

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

Shades of Cocoa Brown #211500

Tints of Cocoa Brown #211500

Color information

#211500 (or 0x211500) is unknown color: approx Cocoa Brown. HEX triplet: 21, 15 and 00. RGB value is (33,21,0). Sum of RGB (Red+Green+Blue) = 33+21+0=54 (7% of max value = 765). Red value is 33 (13.28% from 255 or 61.11% from 54); Green value is 21 (8.59% from 255 or 38.89% from 54); Blue value is 0 (0.39% from 255 or 0% from 54); Max value from RGB is 33 - color contains mainly: red. Hex color #211500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211500 is #DEEAFF. Grayscale: #161616. Windows color (decimal): -14609152 or 5409. OLE color: 5409.

HSL color Cylindrical-coordinate representation of color #211500: hue angle of 38.18º 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 #211500 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.87.

Color convert

RGB33210-
CMYK00.3610.87
HSL38.18º100%6.47%-
HSV(B)38.18º100%12.94%-
XYZ0.90.860.12-
YUV22.19115.48135.71-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 61.11%
GREEN value IS 21 (8.59% from 255) = 38.89%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.11%
G=38.89%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3321000.3610.8738.181006.47
Hex21150024645726646
Octal41250044144127461446
Binary1000011010100100100110010010101111001101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211500; }

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

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

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

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

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

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

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

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