Shades of Livid Brown #32221F
Tints of Livid Brown #32221F
RGB
CMYK
RGB Variations
Color information
#32221F (or 0x32221F) is known color: Livid Brown. HEX triplet: 32, 22 and 1F. RGB value is (50,34,31). Sum of RGB (Red+Green+Blue) = 50+34+31=115 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.48% from 115); Green value is 34 (13.67% from 255 or 29.57% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 50 - color contains mainly: red. Hex color #32221F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32221F is #CDDDE0. Grayscale: #262626. Windows color (decimal): -13491681 or 2040370. OLE color: 2040370.
HSL color Cylindrical-coordinate representation of color #32221F: hue angle of 9.47º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #32221F is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 34 | 31 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.80 |
| HSL | 9.47º | 0.23% | 0.16% | - |
| HSV(B) | 9.47º | 0.38% | 0.2% | - |
| XYZ | 2.13 | 1.92 | 1.55 | - |
| YUV | 38.44 | 123.8 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 34 | 31 | 0 | 0.32 | 0.38 | 0.80 | 9.47 | 0.23 | 0.16 |
| Hex | 32 | 22 | 1F | 0 | 20 | 26 | 50 | 9 | 17 | 10 |
| Octal | 62 | 42 | 37 | 0 | 40 | 46 | 120 | 11 | 27 | 20 |
| Binary | 110010 | 100010 | 11111 | 0 | 100000 | 100110 | 1010000 | 1001 | 10111 | 10000 |
Color Harmonies of #32221F
Complementary color
Monochromatic Colors of #32221F
Black with #32221F
Text Example
Text Example
White with #32221F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32221F; }
p { color: rgb(50,34,31); }
H1.HeaderClassName
{
color: #32221F;
}
.AnyTagClassName
{
color: #32221F;
}
</style>
background-color css
<style>
a { background-color: #32221F; }
a { background-color: rgb(50,34,31); }
div.DivClassName
{
background-color: #32221F;
}
.BgClassName
{
background-color: #32221F;
}
</style>
border-color css
<style>
span { border-color: #32221F; }
span { border-color: rgb(50,34,31); }
td.TdClassName
{
border-color: #32221F;
}
.TagClassName
{
border-color: #32221F;
}
</style>