Shades of Cocoa Brown #3B2412
Tints of Cocoa Brown #3B2412
RGB
CMYK
RGB Variations
Color information
#3B2412 (or 0x3B2412) is known color: Cocoa Brown. HEX triplet: 3B, 24 and 12. RGB value is (59,36,18). Sum of RGB (Red+Green+Blue) = 59+36+18=113 (14% of max value = 765). Red value is 59 (23.44% from 255 or 52.21% from 113); Green value is 36 (14.45% from 255 or 31.86% from 113); Blue value is 18 (7.42% from 255 or 15.93% from 113); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2412 is #C4DBED. Grayscale: #282828. Windows color (decimal): -12901358 or 1188923. OLE color: 1188923.
HSL color Cylindrical-coordinate representation of color #3B2412: hue angle of 26.34º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B2412 is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 36 | 18 | - |
| CMYK | 0 | 0.39 | 0.69 | 0.77 |
| HSL | 26.34º | 0.53% | 0.15% | - |
| HSV(B) | 26.34º | 0.69% | 0.23% | - |
| XYZ | 2.54 | 2.24 | 0.87 | - |
| YUV | 40.83 | 115.12 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 36 | 18 | 0 | 0.39 | 0.69 | 0.77 | 26.34 | 0.53 | 0.15 |
| Hex | 3B | 24 | 12 | 0 | 27 | 45 | 4D | 1A | 35 | F |
| Octal | 73 | 44 | 22 | 0 | 47 | 105 | 115 | 32 | 65 | 17 |
| Binary | 111011 | 100100 | 10010 | 0 | 100111 | 1000101 | 1001101 | 11010 | 110101 | 1111 |
Color Harmonies of #3B2412
Complementary color
Monochromatic Colors of #3B2412
Black with #3B2412
Text Example
Text Example
White with #3B2412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2412; }
p { color: rgb(59,36,18); }
H1.HeaderClassName
{
color: #3B2412;
}
.AnyTagClassName
{
color: #3B2412;
}
</style>
background-color css
<style>
a { background-color: #3B2412; }
a { background-color: rgb(59,36,18); }
div.DivClassName
{
background-color: #3B2412;
}
.BgClassName
{
background-color: #3B2412;
}
</style>
border-color css
<style>
span { border-color: #3B2412; }
span { border-color: rgb(59,36,18); }
td.TdClassName
{
border-color: #3B2412;
}
.TagClassName
{
border-color: #3B2412;
}
</style>