Shades of Cocoa Brown #3B2706
Tints of Cocoa Brown #3B2706
RGB
CMYK
RGB Variations
Color information
#3B2706 (or 0x3B2706) is known color: Cocoa Brown. HEX triplet: 3B, 27 and 06. RGB value is (59,39,6). Sum of RGB (Red+Green+Blue) = 59+39+6=104 (13% of max value = 765). Red value is 59 (23.44% from 255 or 56.73% from 104); Green value is 39 (15.62% from 255 or 37.5% from 104); Blue value is 6 (2.73% from 255 or 5.77% from 104); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2706 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2706 is #C4D8F9. Grayscale: #292929. Windows color (decimal): -12900602 or 403259. OLE color: 403259.
HSL color Cylindrical-coordinate representation of color #3B2706: hue angle of 37.36º 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 #3B2706 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 39 | 6 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.77 |
| HSL | 37.36º | 0.82% | 0.13% | - |
| HSV(B) | 37.36º | 0.9% | 0.23% | - |
| XYZ | 2.56 | 2.39 | 0.5 | - |
| YUV | 41.22 | 108.13 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 39 | 6 | 0 | 0.34 | 0.90 | 0.77 | 37.36 | 0.82 | 0.13 |
| Hex | 3B | 27 | 6 | 0 | 22 | 5A | 4D | 25 | 52 | D |
| Octal | 73 | 47 | 6 | 0 | 42 | 132 | 115 | 45 | 122 | 15 |
| Binary | 111011 | 100111 | 110 | 0 | 100010 | 1011010 | 1001101 | 100101 | 1010010 | 1101 |
Color Harmonies of #3B2706
Complementary color
Monochromatic Colors of #3B2706
Black with #3B2706
Text Example
Text Example
White with #3B2706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2706; }
p { color: rgb(59,39,6); }
H1.HeaderClassName
{
color: #3B2706;
}
.AnyTagClassName
{
color: #3B2706;
}
</style>
background-color css
<style>
a { background-color: #3B2706; }
a { background-color: rgb(59,39,6); }
div.DivClassName
{
background-color: #3B2706;
}
.BgClassName
{
background-color: #3B2706;
}
</style>
border-color css
<style>
span { border-color: #3B2706; }
span { border-color: rgb(59,39,6); }
td.TdClassName
{
border-color: #3B2706;
}
.TagClassName
{
border-color: #3B2706;
}
</style>