Shades of Cocoa Brown #3B2009
Tints of Cocoa Brown #3B2009
RGB
CMYK
RGB Variations
Color information
#3B2009 (or 0x3B2009) is known color: Cocoa Brown. HEX triplet: 3B, 20 and 09. RGB value is (59,32,9). Sum of RGB (Red+Green+Blue) = 59+32+9=100 (13% of max value = 765). Red value is 59 (23.44% from 255 or 59% from 100); Green value is 32 (12.89% from 255 or 32% from 100); Blue value is 9 (3.91% from 255 or 9% from 100); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2009 is #C4DFF6. Grayscale: #252525. Windows color (decimal): -12902391 or 598075. OLE color: 598075.
HSL color Cylindrical-coordinate representation of color #3B2009: hue angle of 27.6º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3B2009 is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 32 | 9 | - |
| CMYK | 0 | 0.46 | 0.85 | 0.77 |
| HSL | 27.6º | 0.74% | 0.13% | - |
| HSV(B) | 27.6º | 0.85% | 0.23% | - |
| XYZ | 2.37 | 1.98 | 0.52 | - |
| YUV | 37.45 | 111.95 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 32 | 9 | 0 | 0.46 | 0.85 | 0.77 | 27.6 | 0.74 | 0.13 |
| Hex | 3B | 20 | 9 | 0 | 2E | 55 | 4D | 1C | 4A | D |
| Octal | 73 | 40 | 11 | 0 | 56 | 125 | 115 | 34 | 112 | 15 |
| Binary | 111011 | 100000 | 1001 | 0 | 101110 | 1010101 | 1001101 | 11100 | 1001010 | 1101 |
Color Harmonies of #3B2009
Complementary color
Monochromatic Colors of #3B2009
Black with #3B2009
Text Example
Text Example
White with #3B2009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2009; }
p { color: rgb(59,32,9); }
H1.HeaderClassName
{
color: #3B2009;
}
.AnyTagClassName
{
color: #3B2009;
}
</style>
background-color css
<style>
a { background-color: #3B2009; }
a { background-color: rgb(59,32,9); }
div.DivClassName
{
background-color: #3B2009;
}
.BgClassName
{
background-color: #3B2009;
}
</style>
border-color css
<style>
span { border-color: #3B2009; }
span { border-color: rgb(59,32,9); }
td.TdClassName
{
border-color: #3B2009;
}
.TagClassName
{
border-color: #3B2009;
}
</style>