Shades of Cocoa Brown #392107
Tints of Cocoa Brown #392107
RGB
CMYK
RGB Variations
Color information
#392107 (or 0x392107) is known color: Cocoa Brown. HEX triplet: 39, 21 and 07. RGB value is (57,33,7). Sum of RGB (Red+Green+Blue) = 57+33+7=97 (12% of max value = 765). Red value is 57 (22.66% from 255 or 58.76% from 97); Green value is 33 (13.28% from 255 or 34.02% from 97); Blue value is 7 (3.12% from 255 or 7.22% from 97); Max value from RGB is 57 - color contains mainly: red. Hex color #392107 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392107 is #C6DEF8. Grayscale: #252525. Windows color (decimal): -13033209 or 467257. OLE color: 467257.
HSL color Cylindrical-coordinate representation of color #392107: hue angle of 31.2º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #392107 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 33 | 7 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.78 |
| HSL | 31.2º | 0.78% | 0.13% | - |
| HSV(B) | 31.2º | 0.88% | 0.22% | - |
| XYZ | 2.27 | 1.97 | 0.46 | - |
| YUV | 37.21 | 110.95 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 33 | 7 | 0 | 0.42 | 0.88 | 0.78 | 31.2 | 0.78 | 0.13 |
| Hex | 39 | 21 | 7 | 0 | 2A | 58 | 4E | 1F | 4E | D |
| Octal | 71 | 41 | 7 | 0 | 52 | 130 | 116 | 37 | 116 | 15 |
| Binary | 111001 | 100001 | 111 | 0 | 101010 | 1011000 | 1001110 | 11111 | 1001110 | 1101 |
Color Harmonies of #392107
Complementary color
Monochromatic Colors of #392107
Black with #392107
Text Example
Text Example
White with #392107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392107; }
p { color: rgb(57,33,7); }
H1.HeaderClassName
{
color: #392107;
}
.AnyTagClassName
{
color: #392107;
}
</style>
background-color css
<style>
a { background-color: #392107; }
a { background-color: rgb(57,33,7); }
div.DivClassName
{
background-color: #392107;
}
.BgClassName
{
background-color: #392107;
}
</style>
border-color css
<style>
span { border-color: #392107; }
span { border-color: rgb(57,33,7); }
td.TdClassName
{
border-color: #392107;
}
.TagClassName
{
border-color: #392107;
}
</style>