#392312

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

Shades of Cocoa Brown #392312

Tints of Cocoa Brown #392312

Color information

#392312 (or 0x392312) is unknown color: approx Cocoa Brown. HEX triplet: 39, 23 and 12. RGB value is (57,35,18). Sum of RGB (Red+Green+Blue) = 57+35+18=110 (14% of max value = 765). Red value is 57 (22.66% from 255 or 51.82% from 110); Green value is 35 (14.06% from 255 or 31.82% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 57 - color contains mainly: red. Hex color #392312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392312 is #C6DCED. Grayscale: #272727. Windows color (decimal): -13032686 or 1188665. OLE color: 1188665.

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

Color convert

RGB573518-
CMYK00.390.680.78
HSL26.15º52%14.71%-
HSV(B)26.15º68.42%22.35%-
XYZ2.42.120.85-
YUV39.64115.79140.38-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 51.82%
GREEN value IS 35 (14.06% from 255) = 31.82%
BLUE value IS 18 (7.42% from 255) = 16.36%
R=51.82%
G=31.82%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57351800.390.680.7826.155214.71
Hex392312027444E1a34f
Octal714322047104116326417
Binary11100110001110010010011110001001001110110101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392312; }

 p { color: rgb(57,35,18); }

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

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

 a { background-color: rgb(57,35,18); }

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

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

 span { border-color: rgb(57,35,18); }

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