Shades of Cocoa Brown #3A2818
Tints of Cocoa Brown #3A2818
RGB
CMYK
RGB Variations
Color information
#3A2818 (or 0x3A2818) is known color: Cocoa Brown. HEX triplet: 3A, 28 and 18. RGB value is (58,40,24). Sum of RGB (Red+Green+Blue) = 58+40+24=122 (16% of max value = 765). Red value is 58 (23.05% from 255 or 47.54% from 122); Green value is 40 (16.02% from 255 or 32.79% from 122); Blue value is 24 (9.77% from 255 or 19.67% from 122); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2818 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2818 is #C5D7E7. Grayscale: #2B2B2B. Windows color (decimal): -12965864 or 1583162. OLE color: 1583162.
HSL color Cylindrical-coordinate representation of color #3A2818: hue angle of 28.24º 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 #3A2818 is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 40 | 24 | - |
| CMYK | 0 | 0.31 | 0.59 | 0.77 |
| HSL | 28.24º | 0.41% | 0.16% | - |
| HSV(B) | 28.24º | 0.59% | 0.23% | - |
| XYZ | 2.67 | 2.48 | 1.2 | - |
| YUV | 43.56 | 116.96 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 40 | 24 | 0 | 0.31 | 0.59 | 0.77 | 28.24 | 0.41 | 0.16 |
| Hex | 3A | 28 | 18 | 0 | 1F | 3B | 4D | 1C | 29 | 10 |
| Octal | 72 | 50 | 30 | 0 | 37 | 73 | 115 | 34 | 51 | 20 |
| Binary | 111010 | 101000 | 11000 | 0 | 11111 | 111011 | 1001101 | 11100 | 101001 | 10000 |
Color Harmonies of #3A2818
Complementary color
Monochromatic Colors of #3A2818
Black with #3A2818
Text Example
Text Example
White with #3A2818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2818; }
p { color: rgb(58,40,24); }
H1.HeaderClassName
{
color: #3A2818;
}
.AnyTagClassName
{
color: #3A2818;
}
</style>
background-color css
<style>
a { background-color: #3A2818; }
a { background-color: rgb(58,40,24); }
div.DivClassName
{
background-color: #3A2818;
}
.BgClassName
{
background-color: #3A2818;
}
</style>
border-color css
<style>
span { border-color: #3A2818; }
span { border-color: rgb(58,40,24); }
td.TdClassName
{
border-color: #3A2818;
}
.TagClassName
{
border-color: #3A2818;
}
</style>