Shades of Livid Brown #362826
Tints of Livid Brown #362826
RGB
CMYK
RGB Variations
Color information
#362826 (or 0x362826) is known color: Livid Brown. HEX triplet: 36, 28 and 26. RGB value is (54,40,38). Sum of RGB (Red+Green+Blue) = 54+40+38=132 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.91% from 132); Green value is 40 (16.02% from 255 or 30.30% from 132); Blue value is 38 (15.23% from 255 or 28.79% from 132); Max value from RGB is 54 - color contains mainly: red. Hex color #362826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362826 is #C9D7D9. Grayscale: #2B2B2B. Windows color (decimal): -13227994 or 2500662. OLE color: 2500662.
HSL color Cylindrical-coordinate representation of color #362826: hue angle of 7.5º degrees, saturation: 0.17, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #362826 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 40 | 38 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.79 |
| HSL | 7.5º | 0.17% | 0.18% | - |
| HSV(B) | 7.5º | 0.3% | 0.21% | - |
| XYZ | 2.63 | 2.44 | 2.17 | - |
| YUV | 43.96 | 124.64 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 40 | 38 | 0 | 0.26 | 0.30 | 0.79 | 7.5 | 0.17 | 0.18 |
| Hex | 36 | 28 | 26 | 0 | 1A | 1E | 4F | 8 | 11 | 12 |
| Octal | 66 | 50 | 46 | 0 | 32 | 36 | 117 | 10 | 21 | 22 |
| Binary | 110110 | 101000 | 100110 | 0 | 11010 | 11110 | 1001111 | 1000 | 10001 | 10010 |
Color Harmonies of #362826
Complementary color
Monochromatic Colors of #362826
Black with #362826
Text Example
Text Example
White with #362826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362826; }
p { color: rgb(54,40,38); }
H1.HeaderClassName
{
color: #362826;
}
.AnyTagClassName
{
color: #362826;
}
</style>
background-color css
<style>
a { background-color: #362826; }
a { background-color: rgb(54,40,38); }
div.DivClassName
{
background-color: #362826;
}
.BgClassName
{
background-color: #362826;
}
</style>
border-color css
<style>
span { border-color: #362826; }
span { border-color: rgb(54,40,38); }
td.TdClassName
{
border-color: #362826;
}
.TagClassName
{
border-color: #362826;
}
</style>