Shades of Emperor #5C4446
Tints of Emperor #5C4446
RGB
CMYK
RGB Variations
Color information
#5C4446 (or 0x5C4446) is known color: Emperor. HEX triplet: 5C, 44 and 46. RGB value is (92,68,70). Sum of RGB (Red+Green+Blue) = 92+68+70=230 (30% of max value = 765). Red value is 92 (36.33% from 255 or 40% from 230); Green value is 68 (26.95% from 255 or 29.57% from 230); Blue value is 70 (27.73% from 255 or 30.43% from 230); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4446 is #A3BBB9. Grayscale: #4B4B4B. Windows color (decimal): -10730426 or 4605020. OLE color: 4605020.
HSL color Cylindrical-coordinate representation of color #5C4446: hue angle of 355º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5C4446 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 68 | 70 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.64 |
| HSL | 355º | 0.15% | 0.31% | - |
| HSV(B) | 355º | 0.26% | 0.36% | - |
| XYZ | 7.59 | 6.85 | 6.72 | - |
| YUV | 75.4 | 124.95 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 68 | 70 | 0 | 0.26 | 0.24 | 0.64 | 355 | 0.15 | 0.31 |
| Hex | 5C | 44 | 46 | 0 | 1A | 18 | 40 | 163 | F | 1F |
| Octal | 134 | 104 | 106 | 0 | 32 | 30 | 100 | 543 | 17 | 37 |
| Binary | 1011100 | 1000100 | 1000110 | 0 | 11010 | 11000 | 1000000 | 101100011 | 1111 | 11111 |
Color Harmonies of #5C4446
Complementary color
Monochromatic Colors of #5C4446
Black with #5C4446
Text Example
Text Example
White with #5C4446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4446; }
p { color: rgb(92,68,70); }
H1.HeaderClassName
{
color: #5C4446;
}
.AnyTagClassName
{
color: #5C4446;
}
</style>
background-color css
<style>
a { background-color: #5C4446; }
a { background-color: rgb(92,68,70); }
div.DivClassName
{
background-color: #5C4446;
}
.BgClassName
{
background-color: #5C4446;
}
</style>
border-color css
<style>
span { border-color: #5C4446; }
span { border-color: rgb(92,68,70); }
td.TdClassName
{
border-color: #5C4446;
}
.TagClassName
{
border-color: #5C4446;
}
</style>