Shades of Saddle #504A48
Tints of Saddle #504A48
RGB
CMYK
RGB Variations
Color information
#504A48 (or 0x504A48) is known color: Saddle. HEX triplet: 50, 4A and 48. RGB value is (80,74,72). Sum of RGB (Red+Green+Blue) = 80+74+72=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 74 (29.30% from 255 or 32.74% from 226); Blue value is 72 (28.52% from 255 or 31.86% from 226); Max value from RGB is 80 - color contains mainly: red. Hex color #504A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504A48 is #AFB5B7. Grayscale: #4B4B4B. Windows color (decimal): -11515320 or 4737616. OLE color: 4737616.
HSL color Cylindrical-coordinate representation of color #504A48: hue angle of 15º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #504A48 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 74 | 72 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.69 |
| HSL | 15º | 0.05% | 0.3% | - |
| HSV(B) | 15º | 0.1% | 0.31% | - |
| XYZ | 6.93 | 7.07 | 7.13 | - |
| YUV | 75.57 | 125.99 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 74 | 72 | 0 | 0.08 | 0.10 | 0.69 | 15 | 0.05 | 0.3 |
| Hex | 50 | 4A | 48 | 0 | 8 | A | 45 | F | 5 | 1E |
| Octal | 120 | 112 | 110 | 0 | 10 | 12 | 105 | 17 | 5 | 36 |
| Binary | 1010000 | 1001010 | 1001000 | 0 | 1000 | 1010 | 1000101 | 1111 | 101 | 11110 |
Color Harmonies of #504A48
Complementary color
Monochromatic Colors of #504A48
Black with #504A48
Text Example
Text Example
White with #504A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504A48; }
p { color: rgb(80,74,72); }
H1.HeaderClassName
{
color: #504A48;
}
.AnyTagClassName
{
color: #504A48;
}
</style>
background-color css
<style>
a { background-color: #504A48; }
a { background-color: rgb(80,74,72); }
div.DivClassName
{
background-color: #504A48;
}
.BgClassName
{
background-color: #504A48;
}
</style>
border-color css
<style>
span { border-color: #504A48; }
span { border-color: rgb(80,74,72); }
td.TdClassName
{
border-color: #504A48;
}
.TagClassName
{
border-color: #504A48;
}
</style>