Shades of Cocoa Brown #39260B
Tints of Cocoa Brown #39260B
RGB
CMYK
RGB Variations
Color information
#39260B (or 0x39260B) is known color: Cocoa Brown. HEX triplet: 39, 26 and 0B. RGB value is (57,38,11). Sum of RGB (Red+Green+Blue) = 57+38+11=106 (14% of max value = 765). Red value is 57 (22.66% from 255 or 53.77% from 106); Green value is 38 (15.23% from 255 or 35.85% from 106); Blue value is 11 (4.69% from 255 or 10.38% from 106); Max value from RGB is 57 - color contains mainly: red. Hex color #39260B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39260B is #C6D9F4. Grayscale: #282828. Windows color (decimal): -13031925 or 730681. OLE color: 730681.
HSL color Cylindrical-coordinate representation of color #39260B: hue angle of 35.22º 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 #39260B is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 38 | 11 | - |
| CMYK | 0 | 0.33 | 0.81 | 0.78 |
| HSL | 35.22º | 0.68% | 0.13% | - |
| HSV(B) | 35.22º | 0.81% | 0.22% | - |
| XYZ | 2.44 | 2.28 | 0.63 | - |
| YUV | 40.6 | 111.29 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 38 | 11 | 0 | 0.33 | 0.81 | 0.78 | 35.22 | 0.68 | 0.13 |
| Hex | 39 | 26 | B | 0 | 21 | 51 | 4E | 23 | 44 | D |
| Octal | 71 | 46 | 13 | 0 | 41 | 121 | 116 | 43 | 104 | 15 |
| Binary | 111001 | 100110 | 1011 | 0 | 100001 | 1010001 | 1001110 | 100011 | 1000100 | 1101 |
Color Harmonies of #39260B
Complementary color
Monochromatic Colors of #39260B
Black with #39260B
Text Example
Text Example
White with #39260B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39260B; }
p { color: rgb(57,38,11); }
H1.HeaderClassName
{
color: #39260B;
}
.AnyTagClassName
{
color: #39260B;
}
</style>
background-color css
<style>
a { background-color: #39260B; }
a { background-color: rgb(57,38,11); }
div.DivClassName
{
background-color: #39260B;
}
.BgClassName
{
background-color: #39260B;
}
</style>
border-color css
<style>
span { border-color: #39260B; }
span { border-color: rgb(57,38,11); }
td.TdClassName
{
border-color: #39260B;
}
.TagClassName
{
border-color: #39260B;
}
</style>