Shades of Cocoa Brown #39250C
Tints of Cocoa Brown #39250C
RGB
CMYK
RGB Variations
Color information
#39250C (or 0x39250C) is known color: Cocoa Brown. HEX triplet: 39, 25 and 0C. RGB value is (57,37,12). Sum of RGB (Red+Green+Blue) = 57+37+12=106 (14% of max value = 765). Red value is 57 (22.66% from 255 or 53.77% from 106); Green value is 37 (14.84% from 255 or 34.91% from 106); Blue value is 12 (5.08% from 255 or 11.32% from 106); Max value from RGB is 57 - color contains mainly: red. Hex color #39250C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39250C is #C6DAF3. Grayscale: #282828. Windows color (decimal): -13032180 or 795961. OLE color: 795961.
HSL color Cylindrical-coordinate representation of color #39250C: hue angle of 33.33º degrees, saturation: 0.65, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #39250C is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 37 | 12 | - |
| CMYK | 0 | 0.35 | 0.79 | 0.78 |
| HSL | 33.33º | 0.65% | 0.14% | - |
| HSV(B) | 33.33º | 0.79% | 0.22% | - |
| XYZ | 2.42 | 2.22 | 0.65 | - |
| YUV | 40.13 | 112.13 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 37 | 12 | 0 | 0.35 | 0.79 | 0.78 | 33.33 | 0.65 | 0.14 |
| Hex | 39 | 25 | C | 0 | 23 | 4F | 4E | 21 | 41 | E |
| Octal | 71 | 45 | 14 | 0 | 43 | 117 | 116 | 41 | 101 | 16 |
| Binary | 111001 | 100101 | 1100 | 0 | 100011 | 1001111 | 1001110 | 100001 | 1000001 | 1110 |
Color Harmonies of #39250C
Complementary color
Monochromatic Colors of #39250C
Black with #39250C
Text Example
Text Example
White with #39250C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39250C; }
p { color: rgb(57,37,12); }
H1.HeaderClassName
{
color: #39250C;
}
.AnyTagClassName
{
color: #39250C;
}
</style>
background-color css
<style>
a { background-color: #39250C; }
a { background-color: rgb(57,37,12); }
div.DivClassName
{
background-color: #39250C;
}
.BgClassName
{
background-color: #39250C;
}
</style>
border-color css
<style>
span { border-color: #39250C; }
span { border-color: rgb(57,37,12); }
td.TdClassName
{
border-color: #39250C;
}
.TagClassName
{
border-color: #39250C;
}
</style>