#201002

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

Shades of Cocoa Brown #201002

Tints of Cocoa Brown #201002

Color information

#201002 (or 0x201002) is unknown color: approx Cocoa Brown. HEX triplet: 20, 10 and 02. RGB value is (32,16,2). Sum of RGB (Red+Green+Blue) = 32+16+2=50 (6% of max value = 765). Red value is 32 (12.89% from 255 or 64% from 50); Green value is 16 (6.64% from 255 or 32% from 50); Blue value is 2 (1.17% from 255 or 4% from 50); Max value from RGB is 32 - color contains mainly: red. Hex color #201002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201002 is #DFEFFD. Grayscale: #131313. Windows color (decimal): -14675966 or 135200. OLE color: 135200.

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

Color convert

RGB32162-
CMYK00.50.940.87
HSL28º88.24%6.67%-
HSV(B)28º93.75%12.55%-
XYZ0.790.680.15-
YUV19.19118.3137.14-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 64%
GREEN value IS 16 (6.64% from 255) = 32%
BLUE value IS 2 (1.17% from 255) = 4%
R=64%
G=32%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.94
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3216200.50.940.872888.246.67
Hex201020325E571c587
Octal40202062136127341307
Binary1000001000010011001010111101010111111001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201002; }

 p { color: rgb(32,16,2); }

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

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

 a { background-color: rgb(32,16,2); }

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

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

 span { border-color: rgb(32,16,2); }

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