#201300

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

Shades of Cocoa Brown #201300

Tints of Cocoa Brown #201300

Color information

#201300 (or 0x201300) is unknown color: approx Cocoa Brown. HEX triplet: 20, 13 and 00. RGB value is (32,19,0). Sum of RGB (Red+Green+Blue) = 32+19+0=51 (6% of max value = 765). Red value is 32 (12.89% from 255 or 62.75% from 51); Green value is 19 (7.81% from 255 or 37.25% from 51); Blue value is 0 (0.39% from 255 or 0% from 51); Max value from RGB is 32 - color contains mainly: red. Hex color #201300 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201300 is #DFECFF. Grayscale: #141414. Windows color (decimal): -14675200 or 4896. OLE color: 4896.

HSL color Cylindrical-coordinate representation of color #201300: hue angle of 35.62º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #201300 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.87.

Color convert

RGB32190-
CMYK00.4110.87
HSL35.62º100%6.27%-
HSV(B)35.62º100%12.55%-
XYZ0.830.770.11-
YUV20.72116.31136.04-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 62.75%
GREEN value IS 19 (7.81% from 255) = 37.25%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.75%
G=37.25%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3219000.4110.8735.621006.27
Hex20130029645724646
Octal40230051144127441446
Binary1000001001100101001110010010101111001001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201300; }

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

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

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

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

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

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

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

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