Shades of Cocoa Brown #3B240D
Tints of Cocoa Brown #3B240D
RGB
CMYK
RGB Variations
Color information
#3B240D (or 0x3B240D) is known color: Cocoa Brown. HEX triplet: 3B, 24 and 0D. RGB value is (59,36,13). Sum of RGB (Red+Green+Blue) = 59+36+13=108 (14% of max value = 765). Red value is 59 (23.44% from 255 or 54.63% from 108); Green value is 36 (14.45% from 255 or 33.33% from 108); Blue value is 13 (5.47% from 255 or 12.04% from 108); Max value from RGB is 59 - color contains mainly: red. Hex color #3B240D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B240D is #C4DBF2. Grayscale: #282828. Windows color (decimal): -12901363 or 861243. OLE color: 861243.
HSL color Cylindrical-coordinate representation of color #3B240D: hue angle of 30º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3B240D is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 36 | 13 | - |
| CMYK | 0 | 0.39 | 0.78 | 0.77 |
| HSL | 30º | 0.64% | 0.14% | - |
| HSV(B) | 30º | 0.78% | 0.23% | - |
| XYZ | 2.51 | 2.22 | 0.68 | - |
| YUV | 40.26 | 112.62 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 36 | 13 | 0 | 0.39 | 0.78 | 0.77 | 30 | 0.64 | 0.14 |
| Hex | 3B | 24 | D | 0 | 27 | 4E | 4D | 1E | 40 | E |
| Octal | 73 | 44 | 15 | 0 | 47 | 116 | 115 | 36 | 100 | 16 |
| Binary | 111011 | 100100 | 1101 | 0 | 100111 | 1001110 | 1001101 | 11110 | 1000000 | 1110 |
Color Harmonies of #3B240D
Complementary color
Monochromatic Colors of #3B240D
Black with #3B240D
Text Example
Text Example
White with #3B240D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B240D; }
p { color: rgb(59,36,13); }
H1.HeaderClassName
{
color: #3B240D;
}
.AnyTagClassName
{
color: #3B240D;
}
</style>
background-color css
<style>
a { background-color: #3B240D; }
a { background-color: rgb(59,36,13); }
div.DivClassName
{
background-color: #3B240D;
}
.BgClassName
{
background-color: #3B240D;
}
</style>
border-color css
<style>
span { border-color: #3B240D; }
span { border-color: rgb(59,36,13); }
td.TdClassName
{
border-color: #3B240D;
}
.TagClassName
{
border-color: #3B240D;
}
</style>