#392813

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

Shades of Cocoa Brown #392813

Tints of Cocoa Brown #392813

Color information

#392813 (or 0x392813) is unknown color: approx Cocoa Brown. HEX triplet: 39, 28 and 13. RGB value is (57,40,19). Sum of RGB (Red+Green+Blue) = 57+40+19=116 (15% of max value = 765). Red value is 57 (22.66% from 255 or 49.14% from 116); Green value is 40 (16.02% from 255 or 34.48% from 116); Blue value is 19 (7.81% from 255 or 16.38% from 116); Max value from RGB is 57 - color contains mainly: red. Hex color #392813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392813 is #C6D7EC. Grayscale: #2A2A2A. Windows color (decimal): -13031405 or 1255481. OLE color: 1255481.

HSL color Cylindrical-coordinate representation of color #392813: hue angle of 33.16º 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 #392813 is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB574019-
CMYK00.300.670.78
HSL33.16º50%14.9%-
HSV(B)33.16º66.67%22.35%-
XYZ2.562.430.95-
YUV42.69114.63138.21-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 49.14%
GREEN value IS 40 (16.02% from 255) = 34.48%
BLUE value IS 19 (7.81% from 255) = 16.38%
R=49.14%
G=34.48%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57401900.300.670.7833.165014.9
Hex39281301E434E2132f
Octal715023036103116416217
Binary11100110100010011011110100001110011101000011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392813; }

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

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

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

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

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

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

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

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