Shades of Livid Brown #322623
Tints of Livid Brown #322623
RGB
CMYK
RGB Variations
Color information
#322623 (or 0x322623) is known color: Livid Brown. HEX triplet: 32, 26 and 23. RGB value is (50,38,35). Sum of RGB (Red+Green+Blue) = 50+38+35=123 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.65% from 123); Green value is 38 (15.23% from 255 or 30.89% from 123); Blue value is 35 (14.06% from 255 or 28.46% from 123); Max value from RGB is 50 - color contains mainly: red. Hex color #322623 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322623 is #CDD9DC. Grayscale: #292929. Windows color (decimal): -13490653 or 2303538. OLE color: 2303538.
HSL color Cylindrical-coordinate representation of color #322623: hue angle of 12º 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 #322623 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 38 | 35 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.80 |
| HSL | 12º | 0.18% | 0.17% | - |
| HSV(B) | 12º | 0.3% | 0.2% | - |
| XYZ | 2.31 | 2.19 | 1.89 | - |
| YUV | 41.25 | 124.48 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 38 | 35 | 0 | 0.24 | 0.30 | 0.80 | 12 | 0.18 | 0.17 |
| Hex | 32 | 26 | 23 | 0 | 18 | 1E | 50 | C | 12 | 11 |
| Octal | 62 | 46 | 43 | 0 | 30 | 36 | 120 | 14 | 22 | 21 |
| Binary | 110010 | 100110 | 100011 | 0 | 11000 | 11110 | 1010000 | 1100 | 10010 | 10001 |
Color Harmonies of #322623
Complementary color
Monochromatic Colors of #322623
Black with #322623
Text Example
Text Example
White with #322623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322623; }
p { color: rgb(50,38,35); }
H1.HeaderClassName
{
color: #322623;
}
.AnyTagClassName
{
color: #322623;
}
</style>
background-color css
<style>
a { background-color: #322623; }
a { background-color: rgb(50,38,35); }
div.DivClassName
{
background-color: #322623;
}
.BgClassName
{
background-color: #322623;
}
</style>
border-color css
<style>
span { border-color: #322623; }
span { border-color: rgb(50,38,35); }
td.TdClassName
{
border-color: #322623;
}
.TagClassName
{
border-color: #322623;
}
</style>