Shades of Cocoa Brown #392A18
Tints of Cocoa Brown #392A18
RGB
CMYK
RGB Variations
Color information
#392A18 (or 0x392A18) is known color: Cocoa Brown. HEX triplet: 39, 2A and 18. RGB value is (57,42,24). Sum of RGB (Red+Green+Blue) = 57+42+24=123 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.34% from 123); Green value is 42 (16.80% from 255 or 34.15% from 123); Blue value is 24 (9.77% from 255 or 19.51% from 123); Max value from RGB is 57 - color contains mainly: red. Hex color #392A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392A18 is #C6D5E7. Grayscale: #2C2C2C. Windows color (decimal): -13030888 or 1583673. OLE color: 1583673.
HSL color Cylindrical-coordinate representation of color #392A18: hue angle of 32.73º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #392A18 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 42 | 24 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.78 |
| HSL | 32.73º | 0.41% | 0.16% | - |
| HSV(B) | 32.73º | 0.58% | 0.22% | - |
| XYZ | 2.68 | 2.59 | 1.22 | - |
| YUV | 44.43 | 116.47 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 42 | 24 | 0 | 0.26 | 0.58 | 0.78 | 32.73 | 0.41 | 0.16 |
| Hex | 39 | 2A | 18 | 0 | 1A | 3A | 4E | 21 | 29 | 10 |
| Octal | 71 | 52 | 30 | 0 | 32 | 72 | 116 | 41 | 51 | 20 |
| Binary | 111001 | 101010 | 11000 | 0 | 11010 | 111010 | 1001110 | 100001 | 101001 | 10000 |
Color Harmonies of #392A18
Complementary color
Monochromatic Colors of #392A18
Black with #392A18
Text Example
Text Example
White with #392A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392A18; }
p { color: rgb(57,42,24); }
H1.HeaderClassName
{
color: #392A18;
}
.AnyTagClassName
{
color: #392A18;
}
</style>
background-color css
<style>
a { background-color: #392A18; }
a { background-color: rgb(57,42,24); }
div.DivClassName
{
background-color: #392A18;
}
.BgClassName
{
background-color: #392A18;
}
</style>
border-color css
<style>
span { border-color: #392A18; }
span { border-color: rgb(57,42,24); }
td.TdClassName
{
border-color: #392A18;
}
.TagClassName
{
border-color: #392A18;
}
</style>