Shades of Emperor #553D41
Tints of Emperor #553D41
RGB
CMYK
RGB Variations
Color information
#553D41 (or 0x553D41) is known color: Emperor. HEX triplet: 55, 3D and 41. RGB value is (85,61,65). Sum of RGB (Red+Green+Blue) = 85+61+65=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 61 (24.22% from 255 or 28.91% from 211); Blue value is 65 (25.78% from 255 or 30.81% from 211); Max value from RGB is 85 - color contains mainly: red. Hex color #553D41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553D41 is #AAC2BE. Grayscale: #444444. Windows color (decimal): -11190975 or 4275541. OLE color: 4275541.
HSL color Cylindrical-coordinate representation of color #553D41: hue angle of 350º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #553D41 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 61 | 65 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.67 |
| HSL | 350º | 0.16% | 0.29% | - |
| HSV(B) | 350º | 0.28% | 0.33% | - |
| XYZ | 6.37 | 5.65 | 5.76 | - |
| YUV | 68.63 | 125.95 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 61 | 65 | 0 | 0.28 | 0.24 | 0.67 | 350 | 0.16 | 0.29 |
| Hex | 55 | 3D | 41 | 0 | 1C | 18 | 43 | 15E | 10 | 1D |
| Octal | 125 | 75 | 101 | 0 | 34 | 30 | 103 | 536 | 20 | 35 |
| Binary | 1010101 | 111101 | 1000001 | 0 | 11100 | 11000 | 1000011 | 101011110 | 10000 | 11101 |
Color Harmonies of #553D41
Complementary color
Monochromatic Colors of #553D41
Black with #553D41
Text Example
Text Example
White with #553D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553D41; }
p { color: rgb(85,61,65); }
H1.HeaderClassName
{
color: #553D41;
}
.AnyTagClassName
{
color: #553D41;
}
</style>
background-color css
<style>
a { background-color: #553D41; }
a { background-color: rgb(85,61,65); }
div.DivClassName
{
background-color: #553D41;
}
.BgClassName
{
background-color: #553D41;
}
</style>
border-color css
<style>
span { border-color: #553D41; }
span { border-color: rgb(85,61,65); }
td.TdClassName
{
border-color: #553D41;
}
.TagClassName
{
border-color: #553D41;
}
</style>