#201502

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

Shades of Cocoa Brown #201502

Tints of Cocoa Brown #201502

Color information

#201502 (or 0x201502) is unknown color: approx Cocoa Brown. HEX triplet: 20, 15 and 02. RGB value is (32,21,2). Sum of RGB (Red+Green+Blue) = 32+21+2=55 (7% of max value = 765). Red value is 32 (12.89% from 255 or 58.18% from 55); Green value is 21 (8.59% from 255 or 38.18% from 55); Blue value is 2 (1.17% from 255 or 3.64% from 55); Max value from RGB is 32 - color contains mainly: red. Hex color #201502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201502 is #DFEAFD. Grayscale: #161616. Windows color (decimal): -14674686 or 136480. OLE color: 136480.

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

Color convert

RGB32212-
CMYK00.340.940.87
HSL38º88.24%6.67%-
HSV(B)38º93.75%12.55%-
XYZ0.870.850.17-
YUV22.12116.64135.04-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 58.18%
GREEN value IS 21 (8.59% from 255) = 38.18%
BLUE value IS 2 (1.17% from 255) = 3.64%
R=58.18%
G=38.18%
B=3.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.94
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3221200.340.940.873888.246.67
Hex201520225E5726587
Octal40252042136127461307
Binary10000010101100100010101111010101111001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201502; }

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

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

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

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

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

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

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

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