#392512

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

Shades of Cocoa Brown #392512

Tints of Cocoa Brown #392512

Color information

#392512 (or 0x392512) is unknown color: approx Cocoa Brown. HEX triplet: 39, 25 and 12. RGB value is (57,37,18). Sum of RGB (Red+Green+Blue) = 57+37+18=112 (14% of max value = 765). Red value is 57 (22.66% from 255 or 50.89% from 112); Green value is 37 (14.84% from 255 or 33.04% from 112); Blue value is 18 (7.42% from 255 or 16.07% from 112); Max value from RGB is 57 - color contains mainly: red. Hex color #392512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392512 is #C6DAED. Grayscale: #282828. Windows color (decimal): -13032174 or 1189177. OLE color: 1189177.

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

Color convert

RGB573718-
CMYK00.350.680.78
HSL29.23º52%14.71%-
HSV(B)29.23º68.42%22.35%-
XYZ2.462.240.87-
YUV40.81115.13139.54-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 50.89%
GREEN value IS 37 (14.84% from 255) = 33.04%
BLUE value IS 18 (7.42% from 255) = 16.07%
R=50.89%
G=33.04%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57371800.350.680.7829.235214.71
Hex392512023444E1d34f
Octal714522043104116356417
Binary11100110010110010010001110001001001110111011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392512; }

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

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

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

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

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

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

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

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