#392A1D

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

Shades of Cocoa Brown #392A1D

Tints of Cocoa Brown #392A1D

Color information

#392A1D (or 0x392A1D) is unknown color: approx Cocoa Brown. HEX triplet: 39, 2A and 1D. RGB value is (57,42,29). Sum of RGB (Red+Green+Blue) = 57+42+29=128 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.53% from 128); Green value is 42 (16.80% from 255 or 32.81% from 128); Blue value is 29 (11.72% from 255 or 22.66% from 128); Max value from RGB is 57 - color contains mainly: red. Hex color #392A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392A1D is #C6D5E2. Grayscale: #2D2D2D. Windows color (decimal): -13030883 or 1911353. OLE color: 1911353.

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

Color convert

RGB574229-
CMYK00.260.490.78
HSL27.86º32.56%16.86%-
HSV(B)27.86º49.12%22.35%-
XYZ2.742.611.52-
YUV45118.97136.56-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 44.53%
GREEN value IS 42 (16.80% from 255) = 32.81%
BLUE value IS 29 (11.72% from 255) = 22.66%
R=44.53%
G=32.81%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.49
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57422900.260.490.7827.8632.5616.86
Hex392A1D01A314E1c2111
Octal71523503261116344121
Binary1110011010101110101101011000110011101110010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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