Shades of Livid Brown #3A2422
Tints of Livid Brown #3A2422
RGB
CMYK
RGB Variations
Color information
#3A2422 (or 0x3A2422) is known color: Livid Brown. HEX triplet: 3A, 24 and 22. RGB value is (58,36,34). Sum of RGB (Red+Green+Blue) = 58+36+34=128 (16% of max value = 765). Red value is 58 (23.05% from 255 or 45.31% from 128); Green value is 36 (14.45% from 255 or 28.12% from 128); Blue value is 34 (13.67% from 255 or 26.56% from 128); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2422 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2422 is #C5DBDD. Grayscale: #2A2A2A. Windows color (decimal): -12966878 or 2237498. OLE color: 2237498.
HSL color Cylindrical-coordinate representation of color #3A2422: hue angle of 5º degrees, saturation: 0.26, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3A2422 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 36 | 34 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.77 |
| HSL | 5º | 0.26% | 0.18% | - |
| HSV(B) | 5º | 0.41% | 0.23% | - |
| XYZ | 2.66 | 2.28 | 1.81 | - |
| YUV | 42.35 | 123.29 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 36 | 34 | 0 | 0.38 | 0.41 | 0.77 | 5 | 0.26 | 0.18 |
| Hex | 3A | 24 | 22 | 0 | 26 | 29 | 4D | 5 | 1A | 12 |
| Octal | 72 | 44 | 42 | 0 | 46 | 51 | 115 | 5 | 32 | 22 |
| Binary | 111010 | 100100 | 100010 | 0 | 100110 | 101001 | 1001101 | 101 | 11010 | 10010 |
Color Harmonies of #3A2422
Complementary color
Monochromatic Colors of #3A2422
Black with #3A2422
Text Example
Text Example
White with #3A2422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2422; }
p { color: rgb(58,36,34); }
H1.HeaderClassName
{
color: #3A2422;
}
.AnyTagClassName
{
color: #3A2422;
}
</style>
background-color css
<style>
a { background-color: #3A2422; }
a { background-color: rgb(58,36,34); }
div.DivClassName
{
background-color: #3A2422;
}
.BgClassName
{
background-color: #3A2422;
}
</style>
border-color css
<style>
span { border-color: #3A2422; }
span { border-color: rgb(58,36,34); }
td.TdClassName
{
border-color: #3A2422;
}
.TagClassName
{
border-color: #3A2422;
}
</style>