#201104

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

Shades of Cocoa Brown #201104

Tints of Cocoa Brown #201104

Color information

#201104 (or 0x201104) is unknown color: approx Cocoa Brown. HEX triplet: 20, 11 and 04. RGB value is (32,17,4). Sum of RGB (Red+Green+Blue) = 32+17+4=53 (7% of max value = 765). Red value is 32 (12.89% from 255 or 60.38% from 53); Green value is 17 (7.03% from 255 or 32.08% from 53); Blue value is 4 (1.95% from 255 or 7.55% from 53); Max value from RGB is 32 - color contains mainly: red. Hex color #201104 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201104 is #DFEEFB. Grayscale: #141414. Windows color (decimal): -14675708 or 266528. OLE color: 266528.

HSL color Cylindrical-coordinate representation of color #201104: hue angle of 27.86º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #201104 is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.87.

Color convert

RGB32174-
CMYK00.470.870.87
HSL27.86º77.78%7.06%-
HSV(B)27.86º87.5%12.55%-
XYZ0.820.720.21-
YUV20118.97136.56-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 60.38%
GREEN value IS 17 (7.03% from 255) = 32.08%
BLUE value IS 4 (1.95% from 255) = 7.55%
R=60.38%
G=32.08%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.87
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3217400.470.870.8727.8677.787.06
Hex2011402F57571c4e7
Octal40214057127127341167
Binary10000010001100010111110101111010111111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201104; }

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

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

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

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

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

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

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

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