#201401

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

Shades of Cocoa Brown #201401

Tints of Cocoa Brown #201401

Color information

#201401 (or 0x201401) is unknown color: approx Cocoa Brown. HEX triplet: 20, 14 and 01. RGB value is (32,20,1). Sum of RGB (Red+Green+Blue) = 32+20+1=53 (7% of max value = 765). Red value is 32 (12.89% from 255 or 60.38% from 53); Green value is 20 (8.20% from 255 or 37.74% from 53); Blue value is 1 (0.78% from 255 or 1.89% from 53); Max value from RGB is 32 - color contains mainly: red. Hex color #201401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201401 is #DFEBFE. Grayscale: #151515. Windows color (decimal): -14674943 or 70688. OLE color: 70688.

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

Color convert

RGB32201-
CMYK00.370.970.87
HSL36.77º93.94%6.47%-
HSV(B)36.77º96.88%12.55%-
XYZ0.850.810.14-
YUV21.42116.48135.54-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 60.38%
GREEN value IS 20 (8.20% from 255) = 37.74%
BLUE value IS 1 (0.78% from 255) = 1.89%
R=60.38%
G=37.74%
B=1.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3220100.370.970.8736.7793.946.47
Hex201410256157255e6
Octal40241045141127451366
Binary1000001010010100101110000110101111001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201401; }

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

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

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

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

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

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

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

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