Shades of Livid Brown #3A2928
Tints of Livid Brown #3A2928
RGB
CMYK
RGB Variations
Color information
#3A2928 (or 0x3A2928) is known color: Livid Brown. HEX triplet: 3A, 29 and 28. RGB value is (58,41,40). Sum of RGB (Red+Green+Blue) = 58+41+40=139 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.73% from 139); Green value is 41 (16.41% from 255 or 29.50% from 139); Blue value is 40 (16.02% from 255 or 28.78% from 139); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2928 is #C5D6D7. Grayscale: #2D2D2D. Windows color (decimal): -12965592 or 2631994. OLE color: 2631994.
HSL color Cylindrical-coordinate representation of color #3A2928: hue angle of 3.33º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3A2928 is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 41 | 40 | - |
| CMYK | 0 | 0.29 | 0.31 | 0.77 |
| HSL | 3.33º | 0.18% | 0.19% | - |
| HSV(B) | 3.33º | 0.31% | 0.23% | - |
| XYZ | 2.92 | 2.64 | 2.36 | - |
| YUV | 45.97 | 124.63 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 41 | 40 | 0 | 0.29 | 0.31 | 0.77 | 3.33 | 0.18 | 0.19 |
| Hex | 3A | 29 | 28 | 0 | 1D | 1F | 4D | 3 | 12 | 13 |
| Octal | 72 | 51 | 50 | 0 | 35 | 37 | 115 | 3 | 22 | 23 |
| Binary | 111010 | 101001 | 101000 | 0 | 11101 | 11111 | 1001101 | 11 | 10010 | 10011 |
Color Harmonies of #3A2928
Complementary color
Monochromatic Colors of #3A2928
Black with #3A2928
Text Example
Text Example
White with #3A2928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2928; }
p { color: rgb(58,41,40); }
H1.HeaderClassName
{
color: #3A2928;
}
.AnyTagClassName
{
color: #3A2928;
}
</style>
background-color css
<style>
a { background-color: #3A2928; }
a { background-color: rgb(58,41,40); }
div.DivClassName
{
background-color: #3A2928;
}
.BgClassName
{
background-color: #3A2928;
}
</style>
border-color css
<style>
span { border-color: #3A2928; }
span { border-color: rgb(58,41,40); }
td.TdClassName
{
border-color: #3A2928;
}
.TagClassName
{
border-color: #3A2928;
}
</style>