Shades of Cocoa Brown #392314
Tints of Cocoa Brown #392314
RGB
CMYK
RGB Variations
Color information
#392314 (or 0x392314) is known color: Cocoa Brown. HEX triplet: 39, 23 and 14. RGB value is (57,35,20). Sum of RGB (Red+Green+Blue) = 57+35+20=112 (14% of max value = 765). Red value is 57 (22.66% from 255 or 50.89% from 112); Green value is 35 (14.06% from 255 or 31.25% from 112); Blue value is 20 (8.20% from 255 or 17.86% from 112); Max value from RGB is 57 - color contains mainly: red. Hex color #392314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392314 is #C6DCEB. Grayscale: #272727. Windows color (decimal): -13032684 or 1319737. OLE color: 1319737.
HSL color Cylindrical-coordinate representation of color #392314: hue angle of 24.32º 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 #392314 is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 35 | 20 | - |
| CMYK | 0 | 0.39 | 0.65 | 0.78 |
| HSL | 24.32º | 0.48% | 0.15% | - |
| HSV(B) | 24.32º | 0.65% | 0.22% | - |
| XYZ | 2.41 | 2.12 | 0.94 | - |
| YUV | 39.87 | 116.79 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 35 | 20 | 0 | 0.39 | 0.65 | 0.78 | 24.32 | 0.48 | 0.15 |
| Hex | 39 | 23 | 14 | 0 | 27 | 41 | 4E | 18 | 30 | F |
| Octal | 71 | 43 | 24 | 0 | 47 | 101 | 116 | 30 | 60 | 17 |
| Binary | 111001 | 100011 | 10100 | 0 | 100111 | 1000001 | 1001110 | 11000 | 110000 | 1111 |
Color Harmonies of #392314
Complementary color
Monochromatic Colors of #392314
Black with #392314
Text Example
Text Example
White with #392314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392314; }
p { color: rgb(57,35,20); }
H1.HeaderClassName
{
color: #392314;
}
.AnyTagClassName
{
color: #392314;
}
</style>
background-color css
<style>
a { background-color: #392314; }
a { background-color: rgb(57,35,20); }
div.DivClassName
{
background-color: #392314;
}
.BgClassName
{
background-color: #392314;
}
</style>
border-color css
<style>
span { border-color: #392314; }
span { border-color: rgb(57,35,20); }
td.TdClassName
{
border-color: #392314;
}
.TagClassName
{
border-color: #392314;
}
</style>