Shades of Cocoa Brown #3B2612
Tints of Cocoa Brown #3B2612
RGB
CMYK
RGB Variations
Color information
#3B2612 (or 0x3B2612) is known color: Cocoa Brown. HEX triplet: 3B, 26 and 12. RGB value is (59,38,18). Sum of RGB (Red+Green+Blue) = 59+38+18=115 (15% of max value = 765). Red value is 59 (23.44% from 255 or 51.30% from 115); Green value is 38 (15.23% from 255 or 33.04% from 115); Blue value is 18 (7.42% from 255 or 15.65% from 115); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2612 is #C4D9ED. Grayscale: #2A2A2A. Windows color (decimal): -12900846 or 1189435. OLE color: 1189435.
HSL color Cylindrical-coordinate representation of color #3B2612: hue angle of 29.27º 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 #3B2612 is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 38 | 18 | - |
| CMYK | 0 | 0.36 | 0.69 | 0.77 |
| HSL | 29.27º | 0.53% | 0.15% | - |
| HSV(B) | 29.27º | 0.69% | 0.23% | - |
| XYZ | 2.61 | 2.36 | 0.89 | - |
| YUV | 42 | 114.46 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 38 | 18 | 0 | 0.36 | 0.69 | 0.77 | 29.27 | 0.53 | 0.15 |
| Hex | 3B | 26 | 12 | 0 | 24 | 45 | 4D | 1D | 35 | F |
| Octal | 73 | 46 | 22 | 0 | 44 | 105 | 115 | 35 | 65 | 17 |
| Binary | 111011 | 100110 | 10010 | 0 | 100100 | 1000101 | 1001101 | 11101 | 110101 | 1111 |
Color Harmonies of #3B2612
Complementary color
Monochromatic Colors of #3B2612
Black with #3B2612
Text Example
Text Example
White with #3B2612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2612; }
p { color: rgb(59,38,18); }
H1.HeaderClassName
{
color: #3B2612;
}
.AnyTagClassName
{
color: #3B2612;
}
</style>
background-color css
<style>
a { background-color: #3B2612; }
a { background-color: rgb(59,38,18); }
div.DivClassName
{
background-color: #3B2612;
}
.BgClassName
{
background-color: #3B2612;
}
</style>
border-color css
<style>
span { border-color: #3B2612; }
span { border-color: rgb(59,38,18); }
td.TdClassName
{
border-color: #3B2612;
}
.TagClassName
{
border-color: #3B2612;
}
</style>