#211100

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

Shades of Cocoa Brown #211100

Tints of Cocoa Brown #211100

Color information

#211100 (or 0x211100) is unknown color: approx Cocoa Brown. HEX triplet: 21, 11 and 00. RGB value is (33,17,0). Sum of RGB (Red+Green+Blue) = 33+17+0=50 (6% of max value = 765). Red value is 33 (13.28% from 255 or 66% from 50); Green value is 17 (7.03% from 255 or 34% from 50); Blue value is 0 (0.39% from 255 or 0% from 50); Max value from RGB is 33 - color contains mainly: red. Hex color #211100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211100 is #DEEEFF. Grayscale: #131313. Windows color (decimal): -14610176 or 4385. OLE color: 4385.

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

Color convert

RGB33170-
CMYK00.4810.87
HSL30.91º100%6.47%-
HSV(B)30.91º100%12.94%-
XYZ0.830.720.1-
YUV19.85116.8137.38-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 66%
GREEN value IS 17 (7.03% from 255) = 34%
BLUE value IS 0 (0.39% from 255) = 0%
R=66%
G=34%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3317000.4810.8730.911006.47
Hex2111003064571f646
Octal41210060144127371446
Binary100001100010011000011001001010111111111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211100; }

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

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

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

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

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

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

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

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