Shades of Cocoa Brown #39250F
Tints of Cocoa Brown #39250F
RGB
CMYK
RGB Variations
Color information
#39250F (or 0x39250F) is known color: Cocoa Brown. HEX triplet: 39, 25 and 0F. RGB value is (57,37,15). Sum of RGB (Red+Green+Blue) = 57+37+15=109 (14% of max value = 765). Red value is 57 (22.66% from 255 or 52.29% from 109); Green value is 37 (14.84% from 255 or 33.94% from 109); Blue value is 15 (6.25% from 255 or 13.76% from 109); Max value from RGB is 57 - color contains mainly: red. Hex color #39250F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39250F is #C6DAF0. Grayscale: #282828. Windows color (decimal): -13032177 or 992569. OLE color: 992569.
HSL color Cylindrical-coordinate representation of color #39250F: hue angle of 31.43º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39250F is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 37 | 15 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.78 |
| HSL | 31.43º | 0.58% | 0.14% | - |
| HSV(B) | 31.43º | 0.74% | 0.22% | - |
| XYZ | 2.44 | 2.23 | 0.75 | - |
| YUV | 40.47 | 113.63 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 37 | 15 | 0 | 0.35 | 0.74 | 0.78 | 31.43 | 0.58 | 0.14 |
| Hex | 39 | 25 | F | 0 | 23 | 4A | 4E | 1F | 3A | E |
| Octal | 71 | 45 | 17 | 0 | 43 | 112 | 116 | 37 | 72 | 16 |
| Binary | 111001 | 100101 | 1111 | 0 | 100011 | 1001010 | 1001110 | 11111 | 111010 | 1110 |
Color Harmonies of #39250F
Complementary color
Monochromatic Colors of #39250F
Black with #39250F
Text Example
Text Example
White with #39250F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39250F; }
p { color: rgb(57,37,15); }
H1.HeaderClassName
{
color: #39250F;
}
.AnyTagClassName
{
color: #39250F;
}
</style>
background-color css
<style>
a { background-color: #39250F; }
a { background-color: rgb(57,37,15); }
div.DivClassName
{
background-color: #39250F;
}
.BgClassName
{
background-color: #39250F;
}
</style>
border-color css
<style>
span { border-color: #39250F; }
span { border-color: rgb(57,37,15); }
td.TdClassName
{
border-color: #39250F;
}
.TagClassName
{
border-color: #39250F;
}
</style>