Shades of Cocoa Brown #3B2406
Tints of Cocoa Brown #3B2406
RGB
CMYK
RGB Variations
Color information
#3B2406 (or 0x3B2406) is known color: Cocoa Brown. HEX triplet: 3B, 24 and 06. RGB value is (59,36,6). Sum of RGB (Red+Green+Blue) = 59+36+6=101 (13% of max value = 765). Red value is 59 (23.44% from 255 or 58.42% from 101); Green value is 36 (14.45% from 255 or 35.64% from 101); Blue value is 6 (2.73% from 255 or 5.94% from 101); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2406 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2406 is #C4DBF9. Grayscale: #272727. Windows color (decimal): -12901370 or 402491. OLE color: 402491.
HSL color Cylindrical-coordinate representation of color #3B2406: hue angle of 33.96º 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 #3B2406 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 36 | 6 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.77 |
| HSL | 33.96º | 0.82% | 0.13% | - |
| HSV(B) | 33.96º | 0.9% | 0.23% | - |
| XYZ | 2.47 | 2.2 | 0.47 | - |
| YUV | 39.46 | 109.12 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 36 | 6 | 0 | 0.39 | 0.90 | 0.77 | 33.96 | 0.82 | 0.13 |
| Hex | 3B | 24 | 6 | 0 | 27 | 5A | 4D | 22 | 52 | D |
| Octal | 73 | 44 | 6 | 0 | 47 | 132 | 115 | 42 | 122 | 15 |
| Binary | 111011 | 100100 | 110 | 0 | 100111 | 1011010 | 1001101 | 100010 | 1010010 | 1101 |
Color Harmonies of #3B2406
Complementary color
Monochromatic Colors of #3B2406
Black with #3B2406
Text Example
Text Example
White with #3B2406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2406; }
p { color: rgb(59,36,6); }
H1.HeaderClassName
{
color: #3B2406;
}
.AnyTagClassName
{
color: #3B2406;
}
</style>
background-color css
<style>
a { background-color: #3B2406; }
a { background-color: rgb(59,36,6); }
div.DivClassName
{
background-color: #3B2406;
}
.BgClassName
{
background-color: #3B2406;
}
</style>
border-color css
<style>
span { border-color: #3B2406; }
span { border-color: rgb(59,36,6); }
td.TdClassName
{
border-color: #3B2406;
}
.TagClassName
{
border-color: #3B2406;
}
</style>