#392A19

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

Shades of Cocoa Brown #392A19

Tints of Cocoa Brown #392A19

Color information

#392A19 (or 0x392A19) is unknown color: approx Cocoa Brown. HEX triplet: 39, 2A and 19. RGB value is (57,42,25). Sum of RGB (Red+Green+Blue) = 57+42+25=124 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.97% from 124); Green value is 42 (16.80% from 255 or 33.87% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 57 - color contains mainly: red. Hex color #392A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392A19 is #C6D5E6. Grayscale: #2C2C2C. Windows color (decimal): -13030887 or 1649209. OLE color: 1649209.

HSL color Cylindrical-coordinate representation of color #392A19: hue angle of 31.88º degrees, saturation: 0.39, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #392A19 is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.78.

Color convert

RGB574225-
CMYK00.260.560.78
HSL31.88º39.02%16.08%-
HSV(B)31.88º56.14%22.35%-
XYZ2.692.61.28-
YUV44.55116.97136.88-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.97%
GREEN value IS 42 (16.80% from 255) = 33.87%
BLUE value IS 25 (10.16% from 255) = 20.16%
R=45.97%
G=33.87%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57422500.260.560.7831.8839.0216.08
Hex392A1901A384E202710
Octal71523103270116404720
Binary11100110101011001011010111000100111010000010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392A19; }

 p { color: rgb(57,42,25); }

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

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

 a { background-color: rgb(57,42,25); }

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

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

 span { border-color: rgb(57,42,25); }

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