Shades of Livid Brown #322B2A
Tints of Livid Brown #322B2A
RGB
CMYK
RGB Variations
Color information
#322B2A (or 0x322B2A) is known color: Livid Brown. HEX triplet: 32, 2B and 2A. RGB value is (50,43,42). Sum of RGB (Red+Green+Blue) = 50+43+42=135 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.04% from 135); Green value is 43 (17.19% from 255 or 31.85% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 50 - color contains mainly: red. Hex color #322B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322B2A is #CDD4D5. Grayscale: #2C2C2C. Windows color (decimal): -13489366 or 2763570. OLE color: 2763570.
HSL color Cylindrical-coordinate representation of color #322B2A: hue angle of 7.5º degrees, saturation: 0.09, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #322B2A is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 43 | 42 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.80 |
| HSL | 7.5º | 0.09% | 0.18% | - |
| HSV(B) | 7.5º | 0.16% | 0.2% | - |
| XYZ | 2.6 | 2.57 | 2.55 | - |
| YUV | 44.98 | 126.32 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 43 | 42 | 0 | 0.14 | 0.16 | 0.80 | 7.5 | 0.09 | 0.18 |
| Hex | 32 | 2B | 2A | 0 | E | 10 | 50 | 8 | 9 | 12 |
| Octal | 62 | 53 | 52 | 0 | 16 | 20 | 120 | 10 | 11 | 22 |
| Binary | 110010 | 101011 | 101010 | 0 | 1110 | 10000 | 1010000 | 1000 | 1001 | 10010 |
Color Harmonies of #322B2A
Complementary color
Monochromatic Colors of #322B2A
Black with #322B2A
Text Example
Text Example
White with #322B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322B2A; }
p { color: rgb(50,43,42); }
H1.HeaderClassName
{
color: #322B2A;
}
.AnyTagClassName
{
color: #322B2A;
}
</style>
background-color css
<style>
a { background-color: #322B2A; }
a { background-color: rgb(50,43,42); }
div.DivClassName
{
background-color: #322B2A;
}
.BgClassName
{
background-color: #322B2A;
}
</style>
border-color css
<style>
span { border-color: #322B2A; }
span { border-color: rgb(50,43,42); }
td.TdClassName
{
border-color: #322B2A;
}
.TagClassName
{
border-color: #322B2A;
}
</style>