#201304

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

Shades of Cocoa Brown #201304

Tints of Cocoa Brown #201304

Color information

#201304 (or 0x201304) is unknown color: approx Cocoa Brown. HEX triplet: 20, 13 and 04. RGB value is (32,19,4). Sum of RGB (Red+Green+Blue) = 32+19+4=55 (7% of max value = 765). Red value is 32 (12.89% from 255 or 58.18% from 55); Green value is 19 (7.81% from 255 or 34.55% from 55); Blue value is 4 (1.95% from 255 or 7.27% from 55); Max value from RGB is 32 - color contains mainly: red. Hex color #201304 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201304 is #DFECFB. Grayscale: #151515. Windows color (decimal): -14675196 or 267040. OLE color: 267040.

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

Color convert

RGB32194-
CMYK00.410.870.87
HSL32.14º77.78%7.06%-
HSV(B)32.14º87.5%12.55%-
XYZ0.850.780.22-
YUV21.18118.31135.72-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 58.18%
GREEN value IS 19 (7.81% from 255) = 34.55%
BLUE value IS 4 (1.95% from 255) = 7.27%
R=58.18%
G=34.55%
B=7.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.87
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3219400.410.870.8732.1477.787.06
Hex201340295757204e7
Octal40234051127127401167
Binary100000100111000101001101011110101111000001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201304; }

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

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

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

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

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

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

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

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