Shades of Livid Brown #3A2624
Tints of Livid Brown #3A2624
RGB
CMYK
RGB Variations
Color information
#3A2624 (or 0x3A2624) is known color: Livid Brown. HEX triplet: 3A, 26 and 24. RGB value is (58,38,36). Sum of RGB (Red+Green+Blue) = 58+38+36=132 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.94% from 132); Green value is 38 (15.23% from 255 or 28.79% from 132); Blue value is 36 (14.45% from 255 or 27.27% from 132); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2624 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2624 is #C5D9DB. Grayscale: #2B2B2B. Windows color (decimal): -12966364 or 2369082. OLE color: 2369082.
HSL color Cylindrical-coordinate representation of color #3A2624: hue angle of 5.45º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3A2624 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 38 | 36 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.77 |
| HSL | 5.45º | 0.23% | 0.18% | - |
| HSV(B) | 5.45º | 0.38% | 0.23% | - |
| XYZ | 2.76 | 2.41 | 1.99 | - |
| YUV | 43.75 | 123.63 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 38 | 36 | 0 | 0.34 | 0.38 | 0.77 | 5.45 | 0.23 | 0.18 |
| Hex | 3A | 26 | 24 | 0 | 22 | 26 | 4D | 5 | 17 | 12 |
| Octal | 72 | 46 | 44 | 0 | 42 | 46 | 115 | 5 | 27 | 22 |
| Binary | 111010 | 100110 | 100100 | 0 | 100010 | 100110 | 1001101 | 101 | 10111 | 10010 |
Color Harmonies of #3A2624
Complementary color
Monochromatic Colors of #3A2624
Black with #3A2624
Text Example
Text Example
White with #3A2624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2624; }
p { color: rgb(58,38,36); }
H1.HeaderClassName
{
color: #3A2624;
}
.AnyTagClassName
{
color: #3A2624;
}
</style>
background-color css
<style>
a { background-color: #3A2624; }
a { background-color: rgb(58,38,36); }
div.DivClassName
{
background-color: #3A2624;
}
.BgClassName
{
background-color: #3A2624;
}
</style>
border-color css
<style>
span { border-color: #3A2624; }
span { border-color: rgb(58,38,36); }
td.TdClassName
{
border-color: #3A2624;
}
.TagClassName
{
border-color: #3A2624;
}
</style>