Shades of Cocoa Brown #392505
Tints of Cocoa Brown #392505
RGB
CMYK
RGB Variations
Color information
#392505 (or 0x392505) is known color: Cocoa Brown. HEX triplet: 39, 25 and 05. RGB value is (57,37,5). Sum of RGB (Red+Green+Blue) = 57+37+5=99 (13% of max value = 765). Red value is 57 (22.66% from 255 or 57.58% from 99); Green value is 37 (14.84% from 255 or 37.37% from 99); Blue value is 5 (2.34% from 255 or 5.05% from 99); Max value from RGB is 57 - color contains mainly: red. Hex color #392505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392505 is #C6DAFA. Grayscale: #272727. Windows color (decimal): -13032187 or 337209. OLE color: 337209.
HSL color Cylindrical-coordinate representation of color #392505: hue angle of 36.92º 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 #392505 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 37 | 5 | - |
| CMYK | 0 | 0.35 | 0.91 | 0.78 |
| HSL | 36.92º | 0.84% | 0.12% | - |
| HSV(B) | 36.92º | 0.91% | 0.22% | - |
| XYZ | 2.38 | 2.2 | 0.44 | - |
| YUV | 39.33 | 108.63 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 37 | 5 | 0 | 0.35 | 0.91 | 0.78 | 36.92 | 0.84 | 0.12 |
| Hex | 39 | 25 | 5 | 0 | 23 | 5B | 4E | 25 | 54 | C |
| Octal | 71 | 45 | 5 | 0 | 43 | 133 | 116 | 45 | 124 | 14 |
| Binary | 111001 | 100101 | 101 | 0 | 100011 | 1011011 | 1001110 | 100101 | 1010100 | 1100 |
Color Harmonies of #392505
Complementary color
Monochromatic Colors of #392505
Black with #392505
Text Example
Text Example
White with #392505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392505; }
p { color: rgb(57,37,5); }
H1.HeaderClassName
{
color: #392505;
}
.AnyTagClassName
{
color: #392505;
}
</style>
background-color css
<style>
a { background-color: #392505; }
a { background-color: rgb(57,37,5); }
div.DivClassName
{
background-color: #392505;
}
.BgClassName
{
background-color: #392505;
}
</style>
border-color css
<style>
span { border-color: #392505; }
span { border-color: rgb(57,37,5); }
td.TdClassName
{
border-color: #392505;
}
.TagClassName
{
border-color: #392505;
}
</style>