#392513

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

Shades of Cocoa Brown #392513

Tints of Cocoa Brown #392513

Color information

#392513 (or 0x392513) is unknown color: approx Cocoa Brown. HEX triplet: 39, 25 and 13. RGB value is (57,37,19). Sum of RGB (Red+Green+Blue) = 57+37+19=113 (14% of max value = 765). Red value is 57 (22.66% from 255 or 50.44% from 113); Green value is 37 (14.84% from 255 or 32.74% from 113); Blue value is 19 (7.81% from 255 or 16.81% from 113); Max value from RGB is 57 - color contains mainly: red. Hex color #392513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392513 is #C6DAEC. Grayscale: #292929. Windows color (decimal): -13032173 or 1254713. OLE color: 1254713.

HSL color Cylindrical-coordinate representation of color #392513: hue angle of 28.42º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #392513 is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB573719-
CMYK00.350.670.78
HSL28.42º50%14.9%-
HSV(B)28.42º66.67%22.35%-
XYZ2.472.240.92-
YUV40.93115.63139.46-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 50.44%
GREEN value IS 37 (14.84% from 255) = 32.74%
BLUE value IS 19 (7.81% from 255) = 16.81%
R=50.44%
G=32.74%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57371900.350.670.7828.425014.9
Hex392513023434E1c32f
Octal714523043103116346217
Binary11100110010110011010001110000111001110111001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392513; }

 p { color: rgb(57,37,19); }

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

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

 a { background-color: rgb(57,37,19); }

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

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

 span { border-color: rgb(57,37,19); }

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