#211400

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

Shades of Cocoa Brown #211400

Tints of Cocoa Brown #211400

Color information

#211400 (or 0x211400) is unknown color: approx Cocoa Brown. HEX triplet: 21, 14 and 00. RGB value is (33,20,0). Sum of RGB (Red+Green+Blue) = 33+20+0=53 (7% of max value = 765). Red value is 33 (13.28% from 255 or 62.26% from 53); Green value is 20 (8.20% from 255 or 37.74% from 53); Blue value is 0 (0.39% from 255 or 0% from 53); Max value from RGB is 33 - color contains mainly: red. Hex color #211400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211400 is #DEEBFF. Grayscale: #151515. Windows color (decimal): -14609408 or 5153. OLE color: 5153.

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

Color convert

RGB33200-
CMYK00.3910.87
HSL36.36º100%6.47%-
HSV(B)36.36º100%12.94%-
XYZ0.880.820.11-
YUV21.61115.81136.13-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 62.26%
GREEN value IS 20 (8.20% from 255) = 37.74%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.26%
G=37.74%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3320000.3910.8736.361006.47
Hex21140027645724646
Octal41240047144127441446
Binary1000011010000100111110010010101111001001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211400; }

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

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

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

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

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

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

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

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