Shades of Cocoa Brown #3B2106
Tints of Cocoa Brown #3B2106
RGB
CMYK
RGB Variations
Color information
#3B2106 (or 0x3B2106) is known color: Cocoa Brown. HEX triplet: 3B, 21 and 06. RGB value is (59,33,6). Sum of RGB (Red+Green+Blue) = 59+33+6=98 (12% of max value = 765). Red value is 59 (23.44% from 255 or 60.20% from 98); Green value is 33 (13.28% from 255 or 33.67% from 98); Blue value is 6 (2.73% from 255 or 6.12% from 98); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2106 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2106 is #C4DEF9. Grayscale: #252525. Windows color (decimal): -12902138 or 401723. OLE color: 401723.
HSL color Cylindrical-coordinate representation of color #3B2106: hue angle of 30.57º 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 #3B2106 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 33 | 6 | - |
| CMYK | 0 | 0.44 | 0.90 | 0.77 |
| HSL | 30.57º | 0.82% | 0.13% | - |
| HSV(B) | 30.57º | 0.9% | 0.23% | - |
| XYZ | 2.38 | 2.03 | 0.44 | - |
| YUV | 37.7 | 110.11 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 33 | 6 | 0 | 0.44 | 0.90 | 0.77 | 30.57 | 0.82 | 0.13 |
| Hex | 3B | 21 | 6 | 0 | 2C | 5A | 4D | 1F | 52 | D |
| Octal | 73 | 41 | 6 | 0 | 54 | 132 | 115 | 37 | 122 | 15 |
| Binary | 111011 | 100001 | 110 | 0 | 101100 | 1011010 | 1001101 | 11111 | 1010010 | 1101 |
Color Harmonies of #3B2106
Complementary color
Monochromatic Colors of #3B2106
Black with #3B2106
Text Example
Text Example
White with #3B2106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2106; }
p { color: rgb(59,33,6); }
H1.HeaderClassName
{
color: #3B2106;
}
.AnyTagClassName
{
color: #3B2106;
}
</style>
background-color css
<style>
a { background-color: #3B2106; }
a { background-color: rgb(59,33,6); }
div.DivClassName
{
background-color: #3B2106;
}
.BgClassName
{
background-color: #3B2106;
}
</style>
border-color css
<style>
span { border-color: #3B2106; }
span { border-color: rgb(59,33,6); }
td.TdClassName
{
border-color: #3B2106;
}
.TagClassName
{
border-color: #3B2106;
}
</style>