Shades of Cocoa Brown #392315
Tints of Cocoa Brown #392315
RGB
CMYK
RGB Variations
Color information
#392315 (or 0x392315) is known color: Cocoa Brown. HEX triplet: 39, 23 and 15. RGB value is (57,35,21). Sum of RGB (Red+Green+Blue) = 57+35+21=113 (14% of max value = 765). Red value is 57 (22.66% from 255 or 50.44% from 113); Green value is 35 (14.06% from 255 or 30.97% from 113); Blue value is 21 (8.59% from 255 or 18.58% from 113); Max value from RGB is 57 - color contains mainly: red. Hex color #392315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392315 is #C6DCEA. Grayscale: #282828. Windows color (decimal): -13032683 or 1385273. OLE color: 1385273.
HSL color Cylindrical-coordinate representation of color #392315: hue angle of 23.33º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #392315 is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 35 | 21 | - |
| CMYK | 0 | 0.39 | 0.63 | 0.78 |
| HSL | 23.33º | 0.46% | 0.15% | - |
| HSV(B) | 23.33º | 0.63% | 0.22% | - |
| XYZ | 2.42 | 2.13 | 0.99 | - |
| YUV | 39.98 | 117.29 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 35 | 21 | 0 | 0.39 | 0.63 | 0.78 | 23.33 | 0.46 | 0.15 |
| Hex | 39 | 23 | 15 | 0 | 27 | 3F | 4E | 17 | 2E | F |
| Octal | 71 | 43 | 25 | 0 | 47 | 77 | 116 | 27 | 56 | 17 |
| Binary | 111001 | 100011 | 10101 | 0 | 100111 | 111111 | 1001110 | 10111 | 101110 | 1111 |
Color Harmonies of #392315
Complementary color
Monochromatic Colors of #392315
Black with #392315
Text Example
Text Example
White with #392315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392315; }
p { color: rgb(57,35,21); }
H1.HeaderClassName
{
color: #392315;
}
.AnyTagClassName
{
color: #392315;
}
</style>
background-color css
<style>
a { background-color: #392315; }
a { background-color: rgb(57,35,21); }
div.DivClassName
{
background-color: #392315;
}
.BgClassName
{
background-color: #392315;
}
</style>
border-color css
<style>
span { border-color: #392315; }
span { border-color: rgb(57,35,21); }
td.TdClassName
{
border-color: #392315;
}
.TagClassName
{
border-color: #392315;
}
</style>