Shades of Cocoa Brown #3A291B
Tints of Cocoa Brown #3A291B
RGB
CMYK
RGB Variations
Color information
#3A291B (or 0x3A291B) is known color: Cocoa Brown. HEX triplet: 3A, 29 and 1B. RGB value is (58,41,27). Sum of RGB (Red+Green+Blue) = 58+41+27=126 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.03% from 126); Green value is 41 (16.41% from 255 or 32.54% from 126); Blue value is 27 (10.94% from 255 or 21.43% from 126); Max value from RGB is 58 - color contains mainly: red. Hex color #3A291B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A291B is #C5D6E4. Grayscale: #2C2C2C. Windows color (decimal): -12965605 or 1780026. OLE color: 1780026.
HSL color Cylindrical-coordinate representation of color #3A291B: hue angle of 27.1º degrees, saturation: 0.36, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A291B is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 41 | 27 | - |
| CMYK | 0 | 0.29 | 0.53 | 0.77 |
| HSL | 27.1º | 0.36% | 0.17% | - |
| HSV(B) | 27.1º | 0.53% | 0.23% | - |
| XYZ | 2.74 | 2.56 | 1.39 | - |
| YUV | 44.49 | 118.13 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 41 | 27 | 0 | 0.29 | 0.53 | 0.77 | 27.1 | 0.36 | 0.17 |
| Hex | 3A | 29 | 1B | 0 | 1D | 35 | 4D | 1B | 24 | 11 |
| Octal | 72 | 51 | 33 | 0 | 35 | 65 | 115 | 33 | 44 | 21 |
| Binary | 111010 | 101001 | 11011 | 0 | 11101 | 110101 | 1001101 | 11011 | 100100 | 10001 |
Color Harmonies of #3A291B
Complementary color
Monochromatic Colors of #3A291B
Black with #3A291B
Text Example
Text Example
White with #3A291B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A291B; }
p { color: rgb(58,41,27); }
H1.HeaderClassName
{
color: #3A291B;
}
.AnyTagClassName
{
color: #3A291B;
}
</style>
background-color css
<style>
a { background-color: #3A291B; }
a { background-color: rgb(58,41,27); }
div.DivClassName
{
background-color: #3A291B;
}
.BgClassName
{
background-color: #3A291B;
}
</style>
border-color css
<style>
span { border-color: #3A291B; }
span { border-color: rgb(58,41,27); }
td.TdClassName
{
border-color: #3A291B;
}
.TagClassName
{
border-color: #3A291B;
}
</style>