#201100

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

Shades of Cocoa Brown #201100

Tints of Cocoa Brown #201100

Color information

#201100 (or 0x201100) is unknown color: approx Cocoa Brown. HEX triplet: 20, 11 and 00. RGB value is (32,17,0). Sum of RGB (Red+Green+Blue) = 32+17+0=49 (6% of max value = 765). Red value is 32 (12.89% from 255 or 65.31% from 49); Green value is 17 (7.03% from 255 or 34.69% from 49); Blue value is 0 (0.39% from 255 or 0% from 49); Max value from RGB is 32 - color contains mainly: red. Hex color #201100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201100 is #DFEEFF. Grayscale: #131313. Windows color (decimal): -14675712 or 4384. OLE color: 4384.

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

Color convert

RGB32170-
CMYK00.4710.87
HSL31.88º100%6.27%-
HSV(B)31.88º100%12.55%-
XYZ0.80.710.09-
YUV19.55116.97136.88-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 65.31%
GREEN value IS 17 (7.03% from 255) = 34.69%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.31%
G=34.69%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3217000.4710.8731.881006.27
Hex2011002F645720646
Octal40210057144127401446
Binary1000001000100101111110010010101111000001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201100; }

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

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

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

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

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

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

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

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