Shades of Livid Brown #322523
Tints of Livid Brown #322523
RGB
CMYK
RGB Variations
Color information
#322523 (or 0x322523) is known color: Livid Brown. HEX triplet: 32, 25 and 23. RGB value is (50,37,35). Sum of RGB (Red+Green+Blue) = 50+37+35=122 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.98% from 122); Green value is 37 (14.84% from 255 or 30.33% from 122); Blue value is 35 (14.06% from 255 or 28.69% from 122); Max value from RGB is 50 - color contains mainly: red. Hex color #322523 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322523 is #CDDADC. Grayscale: #282828. Windows color (decimal): -13490909 or 2303282. OLE color: 2303282.
HSL color Cylindrical-coordinate representation of color #322523: hue angle of 8º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #322523 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 37 | 35 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.80 |
| HSL | 8º | 0.18% | 0.17% | - |
| HSV(B) | 8º | 0.3% | 0.2% | - |
| XYZ | 2.28 | 2.12 | 1.88 | - |
| YUV | 40.66 | 124.81 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 37 | 35 | 0 | 0.26 | 0.30 | 0.80 | 8 | 0.18 | 0.17 |
| Hex | 32 | 25 | 23 | 0 | 1A | 1E | 50 | 8 | 12 | 11 |
| Octal | 62 | 45 | 43 | 0 | 32 | 36 | 120 | 10 | 22 | 21 |
| Binary | 110010 | 100101 | 100011 | 0 | 11010 | 11110 | 1010000 | 1000 | 10010 | 10001 |
Color Harmonies of #322523
Complementary color
Monochromatic Colors of #322523
Black with #322523
Text Example
Text Example
White with #322523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322523; }
p { color: rgb(50,37,35); }
H1.HeaderClassName
{
color: #322523;
}
.AnyTagClassName
{
color: #322523;
}
</style>
background-color css
<style>
a { background-color: #322523; }
a { background-color: rgb(50,37,35); }
div.DivClassName
{
background-color: #322523;
}
.BgClassName
{
background-color: #322523;
}
</style>
border-color css
<style>
span { border-color: #322523; }
span { border-color: rgb(50,37,35); }
td.TdClassName
{
border-color: #322523;
}
.TagClassName
{
border-color: #322523;
}
</style>