#392514

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

Shades of Cocoa Brown #392514

Tints of Cocoa Brown #392514

Color information

#392514 (or 0x392514) is unknown color: approx Cocoa Brown. HEX triplet: 39, 25 and 14. RGB value is (57,37,20). Sum of RGB (Red+Green+Blue) = 57+37+20=114 (15% of max value = 765). Red value is 57 (22.66% from 255 or 50% from 114); Green value is 37 (14.84% from 255 or 32.46% from 114); Blue value is 20 (8.20% from 255 or 17.54% from 114); Max value from RGB is 57 - color contains mainly: red. Hex color #392514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392514 is #C6DAEB. Grayscale: #292929. Windows color (decimal): -13032172 or 1320249. OLE color: 1320249.

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

Color convert

RGB573720-
CMYK00.350.650.78
HSL27.57º48.05%15.1%-
HSV(B)27.57º64.91%22.35%-
XYZ2.482.240.96-
YUV41.04116.13139.38-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 50%
GREEN value IS 37 (14.84% from 255) = 32.46%
BLUE value IS 20 (8.20% from 255) = 17.54%
R=50%
G=32.46%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57372000.350.650.7827.5748.0515.1
Hex392514023414E1c30f
Octal714524043101116346017
Binary11100110010110100010001110000011001110111001100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392514; }

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

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

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

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

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

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

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

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