Shades of Saddle #554A45
Tints of Saddle #554A45
RGB
CMYK
RGB Variations
Color information
#554A45 (or 0x554A45) is known color: Saddle. HEX triplet: 55, 4A and 45. RGB value is (85,74,69). Sum of RGB (Red+Green+Blue) = 85+74+69=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 74 (29.30% from 255 or 32.46% from 228); Blue value is 69 (27.34% from 255 or 30.26% from 228); Max value from RGB is 85 - color contains mainly: red. Hex color #554A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554A45 is #AAB5BA. Grayscale: #4C4C4C. Windows color (decimal): -11187643 or 4541013. OLE color: 4541013.
HSL color Cylindrical-coordinate representation of color #554A45: hue angle of 18.75º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #554A45 is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 74 | 69 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.67 |
| HSL | 18.75º | 0.1% | 0.3% | - |
| HSV(B) | 18.75º | 0.19% | 0.33% | - |
| XYZ | 7.27 | 7.26 | 6.65 | - |
| YUV | 76.72 | 123.64 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 74 | 69 | 0 | 0.13 | 0.19 | 0.67 | 18.75 | 0.1 | 0.3 |
| Hex | 55 | 4A | 45 | 0 | D | 13 | 43 | 13 | A | 1E |
| Octal | 125 | 112 | 105 | 0 | 15 | 23 | 103 | 23 | 12 | 36 |
| Binary | 1010101 | 1001010 | 1000101 | 0 | 1101 | 10011 | 1000011 | 10011 | 1010 | 11110 |
Color Harmonies of #554A45
Complementary color
Monochromatic Colors of #554A45
Black with #554A45
Text Example
Text Example
White with #554A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554A45; }
p { color: rgb(85,74,69); }
H1.HeaderClassName
{
color: #554A45;
}
.AnyTagClassName
{
color: #554A45;
}
</style>
background-color css
<style>
a { background-color: #554A45; }
a { background-color: rgb(85,74,69); }
div.DivClassName
{
background-color: #554A45;
}
.BgClassName
{
background-color: #554A45;
}
</style>
border-color css
<style>
span { border-color: #554A45; }
span { border-color: rgb(85,74,69); }
td.TdClassName
{
border-color: #554A45;
}
.TagClassName
{
border-color: #554A45;
}
</style>