Shades of Livid Brown #3A2423
Tints of Livid Brown #3A2423
RGB
CMYK
RGB Variations
Color information
#3A2423 (or 0x3A2423) is known color: Livid Brown. HEX triplet: 3A, 24 and 23. RGB value is (58,36,35). Sum of RGB (Red+Green+Blue) = 58+36+35=129 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.96% from 129); Green value is 36 (14.45% from 255 or 27.91% from 129); Blue value is 35 (14.06% from 255 or 27.13% from 129); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2423 is #C5DBDC. Grayscale: #2A2A2A. Windows color (decimal): -12966877 or 2303034. OLE color: 2303034.
HSL color Cylindrical-coordinate representation of color #3A2423: hue angle of 2.61º degrees, saturation: 0.25, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3A2423 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 36 | 35 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.77 |
| HSL | 2.61º | 0.25% | 0.18% | - |
| HSV(B) | 2.61º | 0.4% | 0.23% | - |
| XYZ | 2.68 | 2.28 | 1.89 | - |
| YUV | 42.46 | 123.79 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 36 | 35 | 0 | 0.38 | 0.40 | 0.77 | 2.61 | 0.25 | 0.18 |
| Hex | 3A | 24 | 23 | 0 | 26 | 28 | 4D | 3 | 19 | 12 |
| Octal | 72 | 44 | 43 | 0 | 46 | 50 | 115 | 3 | 31 | 22 |
| Binary | 111010 | 100100 | 100011 | 0 | 100110 | 101000 | 1001101 | 11 | 11001 | 10010 |
Color Harmonies of #3A2423
Complementary color
Monochromatic Colors of #3A2423
Black with #3A2423
Text Example
Text Example
White with #3A2423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2423; }
p { color: rgb(58,36,35); }
H1.HeaderClassName
{
color: #3A2423;
}
.AnyTagClassName
{
color: #3A2423;
}
</style>
background-color css
<style>
a { background-color: #3A2423; }
a { background-color: rgb(58,36,35); }
div.DivClassName
{
background-color: #3A2423;
}
.BgClassName
{
background-color: #3A2423;
}
</style>
border-color css
<style>
span { border-color: #3A2423; }
span { border-color: rgb(58,36,35); }
td.TdClassName
{
border-color: #3A2423;
}
.TagClassName
{
border-color: #3A2423;
}
</style>