Shades of Cocoa Brown #392105
Tints of Cocoa Brown #392105
RGB
CMYK
RGB Variations
Color information
#392105 (or 0x392105) is known color: Cocoa Brown. HEX triplet: 39, 21 and 05. RGB value is (57,33,5). Sum of RGB (Red+Green+Blue) = 57+33+5=95 (12% of max value = 765). Red value is 57 (22.66% from 255 or 60% from 95); Green value is 33 (13.28% from 255 or 34.74% from 95); Blue value is 5 (2.34% from 255 or 5.26% from 95); Max value from RGB is 57 - color contains mainly: red. Hex color #392105 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392105 is #C6DEFA. Grayscale: #252525. Windows color (decimal): -13033211 or 336185. OLE color: 336185.
HSL color Cylindrical-coordinate representation of color #392105: hue angle of 32.31º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #392105 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 33 | 5 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.78 |
| HSL | 32.31º | 0.84% | 0.12% | - |
| HSV(B) | 32.31º | 0.91% | 0.22% | - |
| XYZ | 2.26 | 1.97 | 0.4 | - |
| YUV | 36.98 | 109.95 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 33 | 5 | 0 | 0.42 | 0.91 | 0.78 | 32.31 | 0.84 | 0.12 |
| Hex | 39 | 21 | 5 | 0 | 2A | 5B | 4E | 20 | 54 | C |
| Octal | 71 | 41 | 5 | 0 | 52 | 133 | 116 | 40 | 124 | 14 |
| Binary | 111001 | 100001 | 101 | 0 | 101010 | 1011011 | 1001110 | 100000 | 1010100 | 1100 |
Color Harmonies of #392105
Complementary color
Monochromatic Colors of #392105
Black with #392105
Text Example
Text Example
White with #392105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392105; }
p { color: rgb(57,33,5); }
H1.HeaderClassName
{
color: #392105;
}
.AnyTagClassName
{
color: #392105;
}
</style>
background-color css
<style>
a { background-color: #392105; }
a { background-color: rgb(57,33,5); }
div.DivClassName
{
background-color: #392105;
}
.BgClassName
{
background-color: #392105;
}
</style>
border-color css
<style>
span { border-color: #392105; }
span { border-color: rgb(57,33,5); }
td.TdClassName
{
border-color: #392105;
}
.TagClassName
{
border-color: #392105;
}
</style>