Shades of Cocoa Brown #3A2A18
Tints of Cocoa Brown #3A2A18
RGB
CMYK
RGB Variations
Color information
#3A2A18 (or 0x3A2A18) is known color: Cocoa Brown. HEX triplet: 3A, 2A and 18. RGB value is (58,42,24). Sum of RGB (Red+Green+Blue) = 58+42+24=124 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.77% from 124); Green value is 42 (16.80% from 255 or 33.87% from 124); Blue value is 24 (9.77% from 255 or 19.35% from 124); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2A18 is #C5D5E7. Grayscale: #2C2C2C. Windows color (decimal): -12965352 or 1583674. OLE color: 1583674.
HSL color Cylindrical-coordinate representation of color #3A2A18: hue angle of 31.76º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A2A18 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 42 | 24 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.77 |
| HSL | 31.76º | 0.41% | 0.16% | - |
| HSV(B) | 31.76º | 0.59% | 0.23% | - |
| XYZ | 2.74 | 2.62 | 1.23 | - |
| YUV | 44.73 | 116.3 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 42 | 24 | 0 | 0.28 | 0.59 | 0.77 | 31.76 | 0.41 | 0.16 |
| Hex | 3A | 2A | 18 | 0 | 1C | 3B | 4D | 20 | 29 | 10 |
| Octal | 72 | 52 | 30 | 0 | 34 | 73 | 115 | 40 | 51 | 20 |
| Binary | 111010 | 101010 | 11000 | 0 | 11100 | 111011 | 1001101 | 100000 | 101001 | 10000 |
Color Harmonies of #3A2A18
Complementary color
Monochromatic Colors of #3A2A18
Black with #3A2A18
Text Example
Text Example
White with #3A2A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2A18; }
p { color: rgb(58,42,24); }
H1.HeaderClassName
{
color: #3A2A18;
}
.AnyTagClassName
{
color: #3A2A18;
}
</style>
background-color css
<style>
a { background-color: #3A2A18; }
a { background-color: rgb(58,42,24); }
div.DivClassName
{
background-color: #3A2A18;
}
.BgClassName
{
background-color: #3A2A18;
}
</style>
border-color css
<style>
span { border-color: #3A2A18; }
span { border-color: rgb(58,42,24); }
td.TdClassName
{
border-color: #3A2A18;
}
.TagClassName
{
border-color: #3A2A18;
}
</style>