#201504

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

Shades of Cocoa Brown #201504

Tints of Cocoa Brown #201504

Color information

#201504 (or 0x201504) is unknown color: approx Cocoa Brown. HEX triplet: 20, 15 and 04. RGB value is (32,21,4). Sum of RGB (Red+Green+Blue) = 32+21+4=57 (7% of max value = 765). Red value is 32 (12.89% from 255 or 56.14% from 57); Green value is 21 (8.59% from 255 or 36.84% from 57); Blue value is 4 (1.95% from 255 or 7.02% from 57); Max value from RGB is 32 - color contains mainly: red. Hex color #201504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201504 is #DFEAFB. Grayscale: #161616. Windows color (decimal): -14674684 or 267552. OLE color: 267552.

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

Color convert

RGB32214-
CMYK00.340.870.87
HSL36.43º77.78%7.06%-
HSV(B)36.43º87.5%12.55%-
XYZ0.890.850.23-
YUV22.35117.64134.88-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 56.14%
GREEN value IS 21 (8.59% from 255) = 36.84%
BLUE value IS 4 (1.95% from 255) = 7.02%
R=56.14%
G=36.84%
B=7.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.87
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3221400.340.870.8736.4377.787.06
Hex201540225757244e7
Octal40254042127127441167
Binary100000101011000100010101011110101111001001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201504; }

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

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

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

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

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

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

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

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