#201302

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

Shades of Cocoa Brown #201302

Tints of Cocoa Brown #201302

Color information

#201302 (or 0x201302) is unknown color: approx Cocoa Brown. HEX triplet: 20, 13 and 02. RGB value is (32,19,2). Sum of RGB (Red+Green+Blue) = 32+19+2=53 (7% of max value = 765). Red value is 32 (12.89% from 255 or 60.38% from 53); Green value is 19 (7.81% from 255 or 35.85% from 53); Blue value is 2 (1.17% from 255 or 3.77% from 53); Max value from RGB is 32 - color contains mainly: red. Hex color #201302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201302 is #DFECFD. Grayscale: #151515. Windows color (decimal): -14675198 or 135968. OLE color: 135968.

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

Color convert

RGB32192-
CMYK00.410.940.87
HSL34º88.24%6.67%-
HSV(B)34º93.75%12.55%-
XYZ0.840.780.16-
YUV20.95117.31135.88-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 60.38%
GREEN value IS 19 (7.81% from 255) = 35.85%
BLUE value IS 2 (1.17% from 255) = 3.77%
R=60.38%
G=35.85%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.94
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3219200.410.940.873488.246.67
Hex201320295E5722587
Octal40232051136127421307
Binary10000010011100101001101111010101111000101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201302; }

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

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

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

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

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

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

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

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