Shades of Cocoa Brown #3B2209
Tints of Cocoa Brown #3B2209
RGB
CMYK
RGB Variations
Color information
#3B2209 (or 0x3B2209) is known color: Cocoa Brown. HEX triplet: 3B, 22 and 09. RGB value is (59,34,9). Sum of RGB (Red+Green+Blue) = 59+34+9=102 (13% of max value = 765). Red value is 59 (23.44% from 255 or 57.84% from 102); Green value is 34 (13.67% from 255 or 33.33% from 102); Blue value is 9 (3.91% from 255 or 8.82% from 102); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2209 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2209 is #C4DDF6. Grayscale: #262626. Windows color (decimal): -12901879 or 598587. OLE color: 598587.
HSL color Cylindrical-coordinate representation of color #3B2209: hue angle of 30º 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 #3B2209 is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 34 | 9 | - |
| CMYK | 0 | 0.42 | 0.85 | 0.77 |
| HSL | 30º | 0.74% | 0.13% | - |
| HSV(B) | 30º | 0.85% | 0.23% | - |
| XYZ | 2.42 | 2.09 | 0.53 | - |
| YUV | 38.63 | 111.28 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 34 | 9 | 0 | 0.42 | 0.85 | 0.77 | 30 | 0.74 | 0.13 |
| Hex | 3B | 22 | 9 | 0 | 2A | 55 | 4D | 1E | 4A | D |
| Octal | 73 | 42 | 11 | 0 | 52 | 125 | 115 | 36 | 112 | 15 |
| Binary | 111011 | 100010 | 1001 | 0 | 101010 | 1010101 | 1001101 | 11110 | 1001010 | 1101 |
Color Harmonies of #3B2209
Complementary color
Monochromatic Colors of #3B2209
Black with #3B2209
Text Example
Text Example
White with #3B2209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2209; }
p { color: rgb(59,34,9); }
H1.HeaderClassName
{
color: #3B2209;
}
.AnyTagClassName
{
color: #3B2209;
}
</style>
background-color css
<style>
a { background-color: #3B2209; }
a { background-color: rgb(59,34,9); }
div.DivClassName
{
background-color: #3B2209;
}
.BgClassName
{
background-color: #3B2209;
}
</style>
border-color css
<style>
span { border-color: #3B2209; }
span { border-color: rgb(59,34,9); }
td.TdClassName
{
border-color: #3B2209;
}
.TagClassName
{
border-color: #3B2209;
}
</style>