Shades of Cocoa Brown #3A220A
Tints of Cocoa Brown #3A220A
RGB
CMYK
RGB Variations
Color information
#3A220A (or 0x3A220A) is known color: Cocoa Brown. HEX triplet: 3A, 22 and 0A. RGB value is (58,34,10). Sum of RGB (Red+Green+Blue) = 58+34+10=102 (13% of max value = 765). Red value is 58 (23.05% from 255 or 56.86% from 102); Green value is 34 (13.67% from 255 or 33.33% from 102); Blue value is 10 (4.30% from 255 or 9.80% from 102); Max value from RGB is 58 - color contains mainly: red. Hex color #3A220A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A220A is #C5DDF5. Grayscale: #262626. Windows color (decimal): -12967414 or 664122. OLE color: 664122.
HSL color Cylindrical-coordinate representation of color #3A220A: hue angle of 30º degrees, saturation: 0.71, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3A220A is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 34 | 10 | - |
| CMYK | 0 | 0.41 | 0.83 | 0.77 |
| HSL | 30º | 0.71% | 0.13% | - |
| HSV(B) | 30º | 0.83% | 0.23% | - |
| XYZ | 2.37 | 2.07 | 0.56 | - |
| YUV | 38.44 | 111.95 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 34 | 10 | 0 | 0.41 | 0.83 | 0.77 | 30 | 0.71 | 0.13 |
| Hex | 3A | 22 | A | 0 | 29 | 53 | 4D | 1E | 47 | D |
| Octal | 72 | 42 | 12 | 0 | 51 | 123 | 115 | 36 | 107 | 15 |
| Binary | 111010 | 100010 | 1010 | 0 | 101001 | 1010011 | 1001101 | 11110 | 1000111 | 1101 |
Color Harmonies of #3A220A
Complementary color
Monochromatic Colors of #3A220A
Black with #3A220A
Text Example
Text Example
White with #3A220A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A220A; }
p { color: rgb(58,34,10); }
H1.HeaderClassName
{
color: #3A220A;
}
.AnyTagClassName
{
color: #3A220A;
}
</style>
background-color css
<style>
a { background-color: #3A220A; }
a { background-color: rgb(58,34,10); }
div.DivClassName
{
background-color: #3A220A;
}
.BgClassName
{
background-color: #3A220A;
}
</style>
border-color css
<style>
span { border-color: #3A220A; }
span { border-color: rgb(58,34,10); }
td.TdClassName
{
border-color: #3A220A;
}
.TagClassName
{
border-color: #3A220A;
}
</style>