Shades of Livid Brown #36221F
Tints of Livid Brown #36221F
RGB
CMYK
RGB Variations
Color information
#36221F (or 0x36221F) is known color: Livid Brown. HEX triplet: 36, 22 and 1F. RGB value is (54,34,31). Sum of RGB (Red+Green+Blue) = 54+34+31=119 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.38% from 119); Green value is 34 (13.67% from 255 or 28.57% from 119); Blue value is 31 (12.5% from 255 or 26.05% from 119); Max value from RGB is 54 - color contains mainly: red. Hex color #36221F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36221F is #C9DDE0. Grayscale: #272727. Windows color (decimal): -13229537 or 2040374. OLE color: 2040374.
HSL color Cylindrical-coordinate representation of color #36221F: hue angle of 7.83º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #36221F is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 34 | 31 | - |
| CMYK | 0 | 0.37 | 0.43 | 0.79 |
| HSL | 7.83º | 0.27% | 0.17% | - |
| HSV(B) | 7.83º | 0.43% | 0.21% | - |
| XYZ | 2.34 | 2.03 | 1.56 | - |
| YUV | 39.64 | 123.13 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 34 | 31 | 0 | 0.37 | 0.43 | 0.79 | 7.83 | 0.27 | 0.17 |
| Hex | 36 | 22 | 1F | 0 | 25 | 2B | 4F | 8 | 1B | 11 |
| Octal | 66 | 42 | 37 | 0 | 45 | 53 | 117 | 10 | 33 | 21 |
| Binary | 110110 | 100010 | 11111 | 0 | 100101 | 101011 | 1001111 | 1000 | 11011 | 10001 |
Color Harmonies of #36221F
Complementary color
Monochromatic Colors of #36221F
Black with #36221F
Text Example
Text Example
White with #36221F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36221F; }
p { color: rgb(54,34,31); }
H1.HeaderClassName
{
color: #36221F;
}
.AnyTagClassName
{
color: #36221F;
}
</style>
background-color css
<style>
a { background-color: #36221F; }
a { background-color: rgb(54,34,31); }
div.DivClassName
{
background-color: #36221F;
}
.BgClassName
{
background-color: #36221F;
}
</style>
border-color css
<style>
span { border-color: #36221F; }
span { border-color: rgb(54,34,31); }
td.TdClassName
{
border-color: #36221F;
}
.TagClassName
{
border-color: #36221F;
}
</style>