Shades of Cocoa Brown #39250B
Tints of Cocoa Brown #39250B
RGB
CMYK
RGB Variations
Color information
#39250B (or 0x39250B) is known color: Cocoa Brown. HEX triplet: 39, 25 and 0B. RGB value is (57,37,11). Sum of RGB (Red+Green+Blue) = 57+37+11=105 (13% of max value = 765). Red value is 57 (22.66% from 255 or 54.29% from 105); Green value is 37 (14.84% from 255 or 35.24% from 105); Blue value is 11 (4.69% from 255 or 10.48% from 105); Max value from RGB is 57 - color contains mainly: red. Hex color #39250B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39250B is #C6DAF4. Grayscale: #282828. Windows color (decimal): -13032181 or 730425. OLE color: 730425.
HSL color Cylindrical-coordinate representation of color #39250B: hue angle of 33.91º degrees, saturation: 0.68, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #39250B is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 37 | 11 | - |
| CMYK | 0 | 0.35 | 0.81 | 0.78 |
| HSL | 33.91º | 0.68% | 0.13% | - |
| HSV(B) | 33.91º | 0.81% | 0.22% | - |
| XYZ | 2.41 | 2.22 | 0.62 | - |
| YUV | 40.02 | 111.63 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 37 | 11 | 0 | 0.35 | 0.81 | 0.78 | 33.91 | 0.68 | 0.13 |
| Hex | 39 | 25 | B | 0 | 23 | 51 | 4E | 22 | 44 | D |
| Octal | 71 | 45 | 13 | 0 | 43 | 121 | 116 | 42 | 104 | 15 |
| Binary | 111001 | 100101 | 1011 | 0 | 100011 | 1010001 | 1001110 | 100010 | 1000100 | 1101 |
Color Harmonies of #39250B
Complementary color
Monochromatic Colors of #39250B
Black with #39250B
Text Example
Text Example
White with #39250B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39250B; }
p { color: rgb(57,37,11); }
H1.HeaderClassName
{
color: #39250B;
}
.AnyTagClassName
{
color: #39250B;
}
</style>
background-color css
<style>
a { background-color: #39250B; }
a { background-color: rgb(57,37,11); }
div.DivClassName
{
background-color: #39250B;
}
.BgClassName
{
background-color: #39250B;
}
</style>
border-color css
<style>
span { border-color: #39250B; }
span { border-color: rgb(57,37,11); }
td.TdClassName
{
border-color: #39250B;
}
.TagClassName
{
border-color: #39250B;
}
</style>