Shades of Saddle #5D4A44
Tints of Saddle #5D4A44
RGB
CMYK
RGB Variations
Color information
#5D4A44 (or 0x5D4A44) is known color: Saddle. HEX triplet: 5D, 4A and 44. RGB value is (93,74,68). Sum of RGB (Red+Green+Blue) = 93+74+68=235 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.57% from 235); Green value is 74 (29.30% from 255 or 31.49% from 235); Blue value is 68 (26.95% from 255 or 28.94% from 235); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D4A44 is #A2B5BB. Grayscale: #4F4F4F. Windows color (decimal): -10663356 or 4475485. OLE color: 4475485.
HSL color Cylindrical-coordinate representation of color #5D4A44: hue angle of 14.4º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5D4A44 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 74 | 68 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.64 |
| HSL | 14.4º | 0.16% | 0.32% | - |
| HSV(B) | 14.4º | 0.27% | 0.36% | - |
| XYZ | 8.01 | 7.64 | 6.52 | - |
| YUV | 79 | 121.79 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 74 | 68 | 0 | 0.20 | 0.27 | 0.64 | 14.4 | 0.16 | 0.32 |
| Hex | 5D | 4A | 44 | 0 | 14 | 1B | 40 | E | 10 | 20 |
| Octal | 135 | 112 | 104 | 0 | 24 | 33 | 100 | 16 | 20 | 40 |
| Binary | 1011101 | 1001010 | 1000100 | 0 | 10100 | 11011 | 1000000 | 1110 | 10000 | 100000 |
Color Harmonies of #5D4A44
Complementary color
Monochromatic Colors of #5D4A44
Black with #5D4A44
Text Example
Text Example
White with #5D4A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4A44; }
p { color: rgb(93,74,68); }
H1.HeaderClassName
{
color: #5D4A44;
}
.AnyTagClassName
{
color: #5D4A44;
}
</style>
background-color css
<style>
a { background-color: #5D4A44; }
a { background-color: rgb(93,74,68); }
div.DivClassName
{
background-color: #5D4A44;
}
.BgClassName
{
background-color: #5D4A44;
}
</style>
border-color css
<style>
span { border-color: #5D4A44; }
span { border-color: rgb(93,74,68); }
td.TdClassName
{
border-color: #5D4A44;
}
.TagClassName
{
border-color: #5D4A44;
}
</style>