Shades of Saddle #554A46
Tints of Saddle #554A46
RGB
CMYK
RGB Variations
Color information
#554A46 (or 0x554A46) is known color: Saddle. HEX triplet: 55, 4A and 46. RGB value is (85,74,70). Sum of RGB (Red+Green+Blue) = 85+74+70=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 74 (29.30% from 255 or 32.31% from 229); Blue value is 70 (27.73% from 255 or 30.57% from 229); Max value from RGB is 85 - color contains mainly: red. Hex color #554A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554A46 is #AAB5B9. Grayscale: #4C4C4C. Windows color (decimal): -11187642 or 4606549. OLE color: 4606549.
HSL color Cylindrical-coordinate representation of color #554A46: hue angle of 16º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #554A46 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 74 | 70 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.67 |
| HSL | 16º | 0.1% | 0.3% | - |
| HSV(B) | 16º | 0.18% | 0.33% | - |
| XYZ | 7.3 | 7.27 | 6.81 | - |
| YUV | 76.83 | 124.14 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 74 | 70 | 0 | 0.13 | 0.18 | 0.67 | 16 | 0.1 | 0.3 |
| Hex | 55 | 4A | 46 | 0 | D | 12 | 43 | 10 | A | 1E |
| Octal | 125 | 112 | 106 | 0 | 15 | 22 | 103 | 20 | 12 | 36 |
| Binary | 1010101 | 1001010 | 1000110 | 0 | 1101 | 10010 | 1000011 | 10000 | 1010 | 11110 |
Color Harmonies of #554A46
Complementary color
Monochromatic Colors of #554A46
Black with #554A46
Text Example
Text Example
White with #554A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554A46; }
p { color: rgb(85,74,70); }
H1.HeaderClassName
{
color: #554A46;
}
.AnyTagClassName
{
color: #554A46;
}
</style>
background-color css
<style>
a { background-color: #554A46; }
a { background-color: rgb(85,74,70); }
div.DivClassName
{
background-color: #554A46;
}
.BgClassName
{
background-color: #554A46;
}
</style>
border-color css
<style>
span { border-color: #554A46; }
span { border-color: rgb(85,74,70); }
td.TdClassName
{
border-color: #554A46;
}
.TagClassName
{
border-color: #554A46;
}
</style>