Shades of Cocoa Brown #3A2008
Tints of Cocoa Brown #3A2008
RGB
CMYK
RGB Variations
Color information
#3A2008 (or 0x3A2008) is known color: Cocoa Brown. HEX triplet: 3A, 20 and 08. RGB value is (58,32,8). Sum of RGB (Red+Green+Blue) = 58+32+8=98 (12% of max value = 765). Red value is 58 (23.05% from 255 or 59.18% from 98); Green value is 32 (12.89% from 255 or 32.65% from 98); Blue value is 8 (3.52% from 255 or 8.16% from 98); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2008 is #C5DFF7. Grayscale: #252525. Windows color (decimal): -12967928 or 532538. OLE color: 532538.
HSL color Cylindrical-coordinate representation of color #3A2008: hue angle of 28.8º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3A2008 is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 32 | 8 | - |
| CMYK | 0 | 0.45 | 0.86 | 0.77 |
| HSL | 28.8º | 0.76% | 0.13% | - |
| HSV(B) | 28.8º | 0.86% | 0.23% | - |
| XYZ | 2.31 | 1.95 | 0.48 | - |
| YUV | 37.04 | 111.61 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 32 | 8 | 0 | 0.45 | 0.86 | 0.77 | 28.8 | 0.76 | 0.13 |
| Hex | 3A | 20 | 8 | 0 | 2D | 56 | 4D | 1D | 4C | D |
| Octal | 72 | 40 | 10 | 0 | 55 | 126 | 115 | 35 | 114 | 15 |
| Binary | 111010 | 100000 | 1000 | 0 | 101101 | 1010110 | 1001101 | 11101 | 1001100 | 1101 |
Color Harmonies of #3A2008
Complementary color
Monochromatic Colors of #3A2008
Black with #3A2008
Text Example
Text Example
White with #3A2008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2008; }
p { color: rgb(58,32,8); }
H1.HeaderClassName
{
color: #3A2008;
}
.AnyTagClassName
{
color: #3A2008;
}
</style>
background-color css
<style>
a { background-color: #3A2008; }
a { background-color: rgb(58,32,8); }
div.DivClassName
{
background-color: #3A2008;
}
.BgClassName
{
background-color: #3A2008;
}
</style>
border-color css
<style>
span { border-color: #3A2008; }
span { border-color: rgb(58,32,8); }
td.TdClassName
{
border-color: #3A2008;
}
.TagClassName
{
border-color: #3A2008;
}
</style>