#201000

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

Shades of Cocoa Brown #201000

Tints of Cocoa Brown #201000

Color information

#201000 (or 0x201000) is unknown color: approx Cocoa Brown. HEX triplet: 20, 10 and 00. RGB value is (32,16,0). Sum of RGB (Red+Green+Blue) = 32+16+0=48 (6% of max value = 765). Red value is 32 (12.89% from 255 or 66.67% from 48); Green value is 16 (6.64% from 255 or 33.33% from 48); Blue value is 0 (0.39% from 255 or 0% from 48); Max value from RGB is 32 - color contains mainly: red. Hex color #201000 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201000 is #DFEFFF. Grayscale: #131313. Windows color (decimal): -14675968 or 4128. OLE color: 4128.

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

Color convert

RGB32160-
CMYK00.510.87
HSL30º100%6.27%-
HSV(B)30º100%12.55%-
XYZ0.780.680.09-
YUV18.96117.3137.3-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 66.67%
GREEN value IS 16 (6.64% from 255) = 33.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.67%
G=33.33%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3216000.510.87301006.27
Hex2010003264571e646
Octal40200062144127361446
Binary100000100000011001011001001010111111101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201000; }

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

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

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

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

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

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

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

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