#201307

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

Shades of Cocoa Brown #201307

Tints of Cocoa Brown #201307

Color information

#201307 (or 0x201307) is unknown color: approx Cocoa Brown. HEX triplet: 20, 13 and 07. RGB value is (32,19,7). Sum of RGB (Red+Green+Blue) = 32+19+7=58 (7% of max value = 765). Red value is 32 (12.89% from 255 or 55.17% from 58); Green value is 19 (7.81% from 255 or 32.76% from 58); Blue value is 7 (3.12% from 255 or 12.07% from 58); Max value from RGB is 32 - color contains mainly: red. Hex color #201307 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201307 is #DFECF8. Grayscale: #151515. Windows color (decimal): -14675193 or 463648. OLE color: 463648.

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

Color convert

RGB32197-
CMYK00.410.780.87
HSL28.8º64.1%7.65%-
HSV(B)28.8º78.12%12.55%-
XYZ0.870.790.31-
YUV21.52119.81135.48-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 55.17%
GREEN value IS 19 (7.81% from 255) = 32.76%
BLUE value IS 7 (3.12% from 255) = 12.07%
R=55.17%
G=32.76%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.78
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3219700.410.780.8728.864.17.65
Hex201370294E571d408
Octal402370511161273510010
Binary100000100111110101001100111010101111110110000001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201307; }

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

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

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

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

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

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

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

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