Shades of Cocoa Brown #3A2007
Tints of Cocoa Brown #3A2007
RGB
CMYK
RGB Variations
Color information
#3A2007 (or 0x3A2007) is known color: Cocoa Brown. HEX triplet: 3A, 20 and 07. RGB value is (58,32,7). Sum of RGB (Red+Green+Blue) = 58+32+7=97 (12% of max value = 765). Red value is 58 (23.05% from 255 or 59.79% from 97); Green value is 32 (12.89% from 255 or 32.99% from 97); Blue value is 7 (3.12% from 255 or 7.22% from 97); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2007 is #C5DFF8. Grayscale: #252525. Windows color (decimal): -12967929 or 467002. OLE color: 467002.
HSL color Cylindrical-coordinate representation of color #3A2007: hue angle of 29.41º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A2007 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 32 | 7 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.77 |
| HSL | 29.41º | 0.78% | 0.13% | - |
| HSV(B) | 29.41º | 0.88% | 0.23% | - |
| XYZ | 2.3 | 1.95 | 0.46 | - |
| YUV | 36.92 | 111.11 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 32 | 7 | 0 | 0.45 | 0.88 | 0.77 | 29.41 | 0.78 | 0.13 |
| Hex | 3A | 20 | 7 | 0 | 2D | 58 | 4D | 1D | 4E | D |
| Octal | 72 | 40 | 7 | 0 | 55 | 130 | 115 | 35 | 116 | 15 |
| Binary | 111010 | 100000 | 111 | 0 | 101101 | 1011000 | 1001101 | 11101 | 1001110 | 1101 |
Color Harmonies of #3A2007
Complementary color
Monochromatic Colors of #3A2007
Black with #3A2007
Text Example
Text Example
White with #3A2007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2007; }
p { color: rgb(58,32,7); }
H1.HeaderClassName
{
color: #3A2007;
}
.AnyTagClassName
{
color: #3A2007;
}
</style>
background-color css
<style>
a { background-color: #3A2007; }
a { background-color: rgb(58,32,7); }
div.DivClassName
{
background-color: #3A2007;
}
.BgClassName
{
background-color: #3A2007;
}
</style>
border-color css
<style>
span { border-color: #3A2007; }
span { border-color: rgb(58,32,7); }
td.TdClassName
{
border-color: #3A2007;
}
.TagClassName
{
border-color: #3A2007;
}
</style>