Shades of Livid Brown #322A29
Tints of Livid Brown #322A29
RGB
CMYK
RGB Variations
Color information
#322A29 (or 0x322A29) is known color: Livid Brown. HEX triplet: 32, 2A and 29. RGB value is (50,42,41). Sum of RGB (Red+Green+Blue) = 50+42+41=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 42 (16.80% from 255 or 31.58% from 133); Blue value is 41 (16.41% from 255 or 30.83% from 133); Max value from RGB is 50 - color contains mainly: red. Hex color #322A29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322A29 is #CDD5D6. Grayscale: #2C2C2C. Windows color (decimal): -13489623 or 2697778. OLE color: 2697778.
HSL color Cylindrical-coordinate representation of color #322A29: hue angle of 6.67º degrees, saturation: 0.1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #322A29 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 42 | 41 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.80 |
| HSL | 6.67º | 0.1% | 0.18% | - |
| HSV(B) | 6.67º | 0.18% | 0.2% | - |
| XYZ | 2.54 | 2.49 | 2.45 | - |
| YUV | 44.28 | 126.15 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 42 | 41 | 0 | 0.16 | 0.18 | 0.80 | 6.67 | 0.1 | 0.18 |
| Hex | 32 | 2A | 29 | 0 | 10 | 12 | 50 | 7 | A | 12 |
| Octal | 62 | 52 | 51 | 0 | 20 | 22 | 120 | 7 | 12 | 22 |
| Binary | 110010 | 101010 | 101001 | 0 | 10000 | 10010 | 1010000 | 111 | 1010 | 10010 |
Color Harmonies of #322A29
Complementary color
Monochromatic Colors of #322A29
Black with #322A29
Text Example
Text Example
White with #322A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322A29; }
p { color: rgb(50,42,41); }
H1.HeaderClassName
{
color: #322A29;
}
.AnyTagClassName
{
color: #322A29;
}
</style>
background-color css
<style>
a { background-color: #322A29; }
a { background-color: rgb(50,42,41); }
div.DivClassName
{
background-color: #322A29;
}
.BgClassName
{
background-color: #322A29;
}
</style>
border-color css
<style>
span { border-color: #322A29; }
span { border-color: rgb(50,42,41); }
td.TdClassName
{
border-color: #322A29;
}
.TagClassName
{
border-color: #322A29;
}
</style>