Shades of Livid Brown #362323
Tints of Livid Brown #362323
RGB
CMYK
RGB Variations
Color information
#362323 (or 0x362323) is known color: Livid Brown. HEX triplet: 36, 23 and 23. RGB value is (54,35,35). Sum of RGB (Red+Green+Blue) = 54+35+35=124 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.55% from 124); Green value is 35 (14.06% from 255 or 28.23% from 124); Blue value is 35 (14.06% from 255 or 28.23% from 124); Max value from RGB is 54 - color contains mainly: red. Hex color #362323 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362323 is #C9DCDC. Grayscale: #282828. Windows color (decimal): -13229277 or 2302774. OLE color: 2302774.
HSL color Cylindrical-coordinate representation of color #362323: hue angle of 0º degrees, saturation: 0.21, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #362323 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 35 | 35 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.79 |
| HSL | 0º | 0.21% | 0.17% | - |
| HSV(B) | 0º | 0.35% | 0.21% | - |
| XYZ | 2.43 | 2.11 | 1.87 | - |
| YUV | 40.68 | 124.79 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 35 | 35 | 0 | 0.35 | 0.35 | 0.79 | 0 | 0.21 | 0.17 |
| Hex | 36 | 23 | 23 | 0 | 23 | 23 | 4F | 0 | 15 | 11 |
| Octal | 66 | 43 | 43 | 0 | 43 | 43 | 117 | 0 | 25 | 21 |
| Binary | 110110 | 100011 | 100011 | 0 | 100011 | 100011 | 1001111 | 0 | 10101 | 10001 |
Color Harmonies of #362323
Complementary color
Monochromatic Colors of #362323
Black with #362323
Text Example
Text Example
White with #362323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362323; }
p { color: rgb(54,35,35); }
H1.HeaderClassName
{
color: #362323;
}
.AnyTagClassName
{
color: #362323;
}
</style>
background-color css
<style>
a { background-color: #362323; }
a { background-color: rgb(54,35,35); }
div.DivClassName
{
background-color: #362323;
}
.BgClassName
{
background-color: #362323;
}
</style>
border-color css
<style>
span { border-color: #362323; }
span { border-color: rgb(54,35,35); }
td.TdClassName
{
border-color: #362323;
}
.TagClassName
{
border-color: #362323;
}
</style>