#392414

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

Shades of Cocoa Brown #392414

Tints of Cocoa Brown #392414

Color information

#392414 (or 0x392414) is unknown color: approx Cocoa Brown. HEX triplet: 39, 24 and 14. RGB value is (57,36,20). Sum of RGB (Red+Green+Blue) = 57+36+20=113 (14% of max value = 765). Red value is 57 (22.66% from 255 or 50.44% from 113); Green value is 36 (14.45% from 255 or 31.86% from 113); Blue value is 20 (8.20% from 255 or 17.70% from 113); Max value from RGB is 57 - color contains mainly: red. Hex color #392414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392414 is #C6DBEB. Grayscale: #282828. Windows color (decimal): -13032428 or 1319993. OLE color: 1319993.

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

Color convert

RGB573620-
CMYK00.370.650.78
HSL25.95º48.05%15.1%-
HSV(B)25.95º64.91%22.35%-
XYZ2.442.180.95-
YUV40.46116.46139.8-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 50.44%
GREEN value IS 36 (14.45% from 255) = 31.86%
BLUE value IS 20 (8.20% from 255) = 17.70%
R=50.44%
G=31.86%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57362000.370.650.7825.9548.0515.1
Hex392414025414E1a30f
Octal714424045101116326017
Binary11100110010010100010010110000011001110110101100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392414; }

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

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

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

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

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

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

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

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