Shades of Livid Brown #36201E
Tints of Livid Brown #36201E
RGB
CMYK
RGB Variations
Color information
#36201E (or 0x36201E) is known color: Livid Brown. HEX triplet: 36, 20 and 1E. RGB value is (54,32,30). Sum of RGB (Red+Green+Blue) = 54+32+30=116 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.55% from 116); Green value is 32 (12.89% from 255 or 27.59% from 116); Blue value is 30 (12.11% from 255 or 25.86% from 116); Max value from RGB is 54 - color contains mainly: red. Hex color #36201E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36201E is #C9DFE1. Grayscale: #262626. Windows color (decimal): -13230050 or 1974326. OLE color: 1974326.
HSL color Cylindrical-coordinate representation of color #36201E: hue angle of 5º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #36201E is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 32 | 30 | - |
| CMYK | 0 | 0.41 | 0.44 | 0.79 |
| HSL | 5º | 0.29% | 0.16% | - |
| HSV(B) | 5º | 0.44% | 0.21% | - |
| XYZ | 2.27 | 1.91 | 1.48 | - |
| YUV | 38.35 | 123.29 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 32 | 30 | 0 | 0.41 | 0.44 | 0.79 | 5 | 0.29 | 0.16 |
| Hex | 36 | 20 | 1E | 0 | 29 | 2C | 4F | 5 | 1D | 10 |
| Octal | 66 | 40 | 36 | 0 | 51 | 54 | 117 | 5 | 35 | 20 |
| Binary | 110110 | 100000 | 11110 | 0 | 101001 | 101100 | 1001111 | 101 | 11101 | 10000 |
Color Harmonies of #36201E
Complementary color
Monochromatic Colors of #36201E
Black with #36201E
Text Example
Text Example
White with #36201E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36201E; }
p { color: rgb(54,32,30); }
H1.HeaderClassName
{
color: #36201E;
}
.AnyTagClassName
{
color: #36201E;
}
</style>
background-color css
<style>
a { background-color: #36201E; }
a { background-color: rgb(54,32,30); }
div.DivClassName
{
background-color: #36201E;
}
.BgClassName
{
background-color: #36201E;
}
</style>
border-color css
<style>
span { border-color: #36201E; }
span { border-color: rgb(54,32,30); }
td.TdClassName
{
border-color: #36201E;
}
.TagClassName
{
border-color: #36201E;
}
</style>