#201001

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

Shades of Cocoa Brown #201001

Tints of Cocoa Brown #201001

Color information

#201001 (or 0x201001) is unknown color: approx Cocoa Brown. HEX triplet: 20, 10 and 01. RGB value is (32,16,1). Sum of RGB (Red+Green+Blue) = 32+16+1=49 (6% of max value = 765). Red value is 32 (12.89% from 255 or 65.31% from 49); Green value is 16 (6.64% from 255 or 32.65% from 49); Blue value is 1 (0.78% from 255 or 2.04% from 49); Max value from RGB is 32 - color contains mainly: red. Hex color #201001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201001 is #DFEFFE. Grayscale: #131313. Windows color (decimal): -14675967 or 69664. OLE color: 69664.

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

Color convert

RGB32161-
CMYK00.50.970.87
HSL29.03º93.94%6.47%-
HSV(B)29.03º96.88%12.55%-
XYZ0.790.680.12-
YUV19.07117.8137.22-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 65.31%
GREEN value IS 16 (6.64% from 255) = 32.65%
BLUE value IS 1 (0.78% from 255) = 2.04%
R=65.31%
G=32.65%
B=2.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3216100.50.970.8729.0393.946.47
Hex2010103261571d5e6
Octal40201062141127351366
Binary100000100001011001011000011010111111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201001; }

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

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

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

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

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

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

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

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