#201400

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

Shades of Cocoa Brown #201400

Tints of Cocoa Brown #201400

Color information

#201400 (or 0x201400) is unknown color: approx Cocoa Brown. HEX triplet: 20, 14 and 00. RGB value is (32,20,0). Sum of RGB (Red+Green+Blue) = 32+20+0=52 (6% of max value = 765). Red value is 32 (12.89% from 255 or 61.54% from 52); Green value is 20 (8.20% from 255 or 38.46% from 52); Blue value is 0 (0.39% from 255 or 0% from 52); Max value from RGB is 32 - color contains mainly: red. Hex color #201400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201400 is #DFEBFF. Grayscale: #151515. Windows color (decimal): -14674944 or 5152. OLE color: 5152.

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

Color convert

RGB32200-
CMYK00.3710.87
HSL37.5º100%6.27%-
HSV(B)37.5º100%12.55%-
XYZ0.850.810.11-
YUV21.31115.98135.63-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 61.54%
GREEN value IS 20 (8.20% from 255) = 38.46%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.54%
G=38.46%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3220000.3710.8737.51006.27
Hex20140025645726646
Octal40240045144127461446
Binary1000001010000100101110010010101111001101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201400; }

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

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

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

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

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

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

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

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