Shades of Cocoa Brown #3B2306
Tints of Cocoa Brown #3B2306
RGB
CMYK
RGB Variations
Color information
#3B2306 (or 0x3B2306) is known color: Cocoa Brown. HEX triplet: 3B, 23 and 06. RGB value is (59,35,6). Sum of RGB (Red+Green+Blue) = 59+35+6=100 (13% of max value = 765). Red value is 59 (23.44% from 255 or 59% from 100); Green value is 35 (14.06% from 255 or 35% from 100); Blue value is 6 (2.73% from 255 or 6% from 100); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2306 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2306 is #C4DCF9. Grayscale: #272727. Windows color (decimal): -12901626 or 402235. OLE color: 402235.
HSL color Cylindrical-coordinate representation of color #3B2306: hue angle of 32.83º 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 #3B2306 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 35 | 6 | - |
| CMYK | 0 | 0.41 | 0.90 | 0.77 |
| HSL | 32.83º | 0.82% | 0.13% | - |
| HSV(B) | 32.83º | 0.9% | 0.23% | - |
| XYZ | 2.44 | 2.15 | 0.46 | - |
| YUV | 38.87 | 109.45 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 35 | 6 | 0 | 0.41 | 0.90 | 0.77 | 32.83 | 0.82 | 0.13 |
| Hex | 3B | 23 | 6 | 0 | 29 | 5A | 4D | 21 | 52 | D |
| Octal | 73 | 43 | 6 | 0 | 51 | 132 | 115 | 41 | 122 | 15 |
| Binary | 111011 | 100011 | 110 | 0 | 101001 | 1011010 | 1001101 | 100001 | 1010010 | 1101 |
Color Harmonies of #3B2306
Complementary color
Monochromatic Colors of #3B2306
Black with #3B2306
Text Example
Text Example
White with #3B2306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2306; }
p { color: rgb(59,35,6); }
H1.HeaderClassName
{
color: #3B2306;
}
.AnyTagClassName
{
color: #3B2306;
}
</style>
background-color css
<style>
a { background-color: #3B2306; }
a { background-color: rgb(59,35,6); }
div.DivClassName
{
background-color: #3B2306;
}
.BgClassName
{
background-color: #3B2306;
}
</style>
border-color css
<style>
span { border-color: #3B2306; }
span { border-color: rgb(59,35,6); }
td.TdClassName
{
border-color: #3B2306;
}
.TagClassName
{
border-color: #3B2306;
}
</style>