#201402

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

Shades of Cocoa Brown #201402

Tints of Cocoa Brown #201402

Color information

#201402 (or 0x201402) is unknown color: approx Cocoa Brown. HEX triplet: 20, 14 and 02. RGB value is (32,20,2). Sum of RGB (Red+Green+Blue) = 32+20+2=54 (7% of max value = 765). Red value is 32 (12.89% from 255 or 59.26% from 54); Green value is 20 (8.20% from 255 or 37.04% from 54); Blue value is 2 (1.17% from 255 or 3.70% from 54); Max value from RGB is 32 - color contains mainly: red. Hex color #201402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201402 is #DFEBFD. Grayscale: #151515. Windows color (decimal): -14674942 or 136224. OLE color: 136224.

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

Color convert

RGB32202-
CMYK00.370.940.87
HSL36º88.24%6.67%-
HSV(B)36º93.75%12.55%-
XYZ0.860.810.17-
YUV21.54116.98135.46-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 59.26%
GREEN value IS 20 (8.20% from 255) = 37.04%
BLUE value IS 2 (1.17% from 255) = 3.70%
R=59.26%
G=37.04%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.94
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3220200.370.940.873688.246.67
Hex201420255E5724587
Octal40242045136127441307
Binary10000010100100100101101111010101111001001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201402; }

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

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

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

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

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

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

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

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