#201403

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

Shades of Cocoa Brown #201403

Tints of Cocoa Brown #201403

Color information

#201403 (or 0x201403) is unknown color: approx Cocoa Brown. HEX triplet: 20, 14 and 03. RGB value is (32,20,3). Sum of RGB (Red+Green+Blue) = 32+20+3=55 (7% of max value = 765). Red value is 32 (12.89% from 255 or 58.18% from 55); Green value is 20 (8.20% from 255 or 36.36% from 55); Blue value is 3 (1.56% from 255 or 5.45% from 55); Max value from RGB is 32 - color contains mainly: red. Hex color #201403 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201403 is #DFEBFC. Grayscale: #151515. Windows color (decimal): -14674941 or 201760. OLE color: 201760.

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

Color convert

RGB32203-
CMYK00.370.910.87
HSL35.17º82.86%6.86%-
HSV(B)35.17º90.62%12.55%-
XYZ0.860.810.2-
YUV21.65117.48135.38-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 58.18%
GREEN value IS 20 (8.20% from 255) = 36.36%
BLUE value IS 3 (1.56% from 255) = 5.45%
R=58.18%
G=36.36%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.91
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3220300.370.910.8735.1782.866.86
Hex201430255B5723537
Octal40243045133127431237
Binary10000010100110100101101101110101111000111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201403; }

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

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

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

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

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

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

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

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