Shades of Cocoa Brown #3A2009
Tints of Cocoa Brown #3A2009
RGB
CMYK
RGB Variations
Color information
#3A2009 (or 0x3A2009) is known color: Cocoa Brown. HEX triplet: 3A, 20 and 09. RGB value is (58,32,9). Sum of RGB (Red+Green+Blue) = 58+32+9=99 (13% of max value = 765). Red value is 58 (23.05% from 255 or 58.59% from 99); Green value is 32 (12.89% from 255 or 32.32% from 99); Blue value is 9 (3.91% from 255 or 9.09% from 99); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2009 is #C5DFF6. Grayscale: #252525. Windows color (decimal): -12967927 or 598074. OLE color: 598074.
HSL color Cylindrical-coordinate representation of color #3A2009: hue angle of 28.16º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A2009 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 32 | 9 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.77 |
| HSL | 28.16º | 0.73% | 0.13% | - |
| HSV(B) | 28.16º | 0.84% | 0.23% | - |
| XYZ | 2.31 | 1.95 | 0.51 | - |
| YUV | 37.15 | 112.11 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 32 | 9 | 0 | 0.45 | 0.84 | 0.77 | 28.16 | 0.73 | 0.13 |
| Hex | 3A | 20 | 9 | 0 | 2D | 54 | 4D | 1C | 49 | D |
| Octal | 72 | 40 | 11 | 0 | 55 | 124 | 115 | 34 | 111 | 15 |
| Binary | 111010 | 100000 | 1001 | 0 | 101101 | 1010100 | 1001101 | 11100 | 1001001 | 1101 |
Color Harmonies of #3A2009
Complementary color
Monochromatic Colors of #3A2009
Black with #3A2009
Text Example
Text Example
White with #3A2009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2009; }
p { color: rgb(58,32,9); }
H1.HeaderClassName
{
color: #3A2009;
}
.AnyTagClassName
{
color: #3A2009;
}
</style>
background-color css
<style>
a { background-color: #3A2009; }
a { background-color: rgb(58,32,9); }
div.DivClassName
{
background-color: #3A2009;
}
.BgClassName
{
background-color: #3A2009;
}
</style>
border-color css
<style>
span { border-color: #3A2009; }
span { border-color: rgb(58,32,9); }
td.TdClassName
{
border-color: #3A2009;
}
.TagClassName
{
border-color: #3A2009;
}
</style>