Shades of Cocoa Brown #3B2206
Tints of Cocoa Brown #3B2206
RGB
CMYK
RGB Variations
Color information
#3B2206 (or 0x3B2206) is known color: Cocoa Brown. HEX triplet: 3B, 22 and 06. RGB value is (59,34,6). Sum of RGB (Red+Green+Blue) = 59+34+6=99 (13% of max value = 765). Red value is 59 (23.44% from 255 or 59.60% from 99); Green value is 34 (13.67% from 255 or 34.34% from 99); Blue value is 6 (2.73% from 255 or 6.06% from 99); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2206 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2206 is #C4DDF9. Grayscale: #262626. Windows color (decimal): -12901882 or 401979. OLE color: 401979.
HSL color Cylindrical-coordinate representation of color #3B2206: hue angle of 31.7º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3B2206 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 34 | 6 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.77 |
| HSL | 31.7º | 0.82% | 0.13% | - |
| HSV(B) | 31.7º | 0.9% | 0.23% | - |
| XYZ | 2.41 | 2.09 | 0.45 | - |
| YUV | 38.28 | 109.78 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 34 | 6 | 0 | 0.42 | 0.90 | 0.77 | 31.7 | 0.82 | 0.13 |
| Hex | 3B | 22 | 6 | 0 | 2A | 5A | 4D | 20 | 52 | D |
| Octal | 73 | 42 | 6 | 0 | 52 | 132 | 115 | 40 | 122 | 15 |
| Binary | 111011 | 100010 | 110 | 0 | 101010 | 1011010 | 1001101 | 100000 | 1010010 | 1101 |
Color Harmonies of #3B2206
Complementary color
Monochromatic Colors of #3B2206
Black with #3B2206
Text Example
Text Example
White with #3B2206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2206; }
p { color: rgb(59,34,6); }
H1.HeaderClassName
{
color: #3B2206;
}
.AnyTagClassName
{
color: #3B2206;
}
</style>
background-color css
<style>
a { background-color: #3B2206; }
a { background-color: rgb(59,34,6); }
div.DivClassName
{
background-color: #3B2206;
}
.BgClassName
{
background-color: #3B2206;
}
</style>
border-color css
<style>
span { border-color: #3B2206; }
span { border-color: rgb(59,34,6); }
td.TdClassName
{
border-color: #3B2206;
}
.TagClassName
{
border-color: #3B2206;
}
</style>