Shades of Saddle #5D473E
Tints of Saddle #5D473E
RGB
CMYK
RGB Variations
Color information
#5D473E (or 0x5D473E) is known color: Saddle. HEX triplet: 5D, 47 and 3E. RGB value is (93,71,62). Sum of RGB (Red+Green+Blue) = 93+71+62=226 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.15% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 62 (24.61% from 255 or 27.43% from 226); Max value from RGB is 93 - color contains mainly: red. Hex color #5D473E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D473E is #A2B8C1. Grayscale: #4C4C4C. Windows color (decimal): -10664130 or 4081501. OLE color: 4081501.
HSL color Cylindrical-coordinate representation of color #5D473E: hue angle of 17.42º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5D473E is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 71 | 62 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.64 |
| HSL | 17.42º | 0.2% | 0.3% | - |
| HSV(B) | 17.42º | 0.33% | 0.36% | - |
| XYZ | 7.64 | 7.18 | 5.54 | - |
| YUV | 76.55 | 119.79 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 71 | 62 | 0 | 0.24 | 0.33 | 0.64 | 17.42 | 0.2 | 0.3 |
| Hex | 5D | 47 | 3E | 0 | 18 | 21 | 40 | 11 | 14 | 1E |
| Octal | 135 | 107 | 76 | 0 | 30 | 41 | 100 | 21 | 24 | 36 |
| Binary | 1011101 | 1000111 | 111110 | 0 | 11000 | 100001 | 1000000 | 10001 | 10100 | 11110 |
Color Harmonies of #5D473E
Complementary color
Monochromatic Colors of #5D473E
Black with #5D473E
Text Example
Text Example
White with #5D473E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D473E; }
p { color: rgb(93,71,62); }
H1.HeaderClassName
{
color: #5D473E;
}
.AnyTagClassName
{
color: #5D473E;
}
</style>
background-color css
<style>
a { background-color: #5D473E; }
a { background-color: rgb(93,71,62); }
div.DivClassName
{
background-color: #5D473E;
}
.BgClassName
{
background-color: #5D473E;
}
</style>
border-color css
<style>
span { border-color: #5D473E; }
span { border-color: rgb(93,71,62); }
td.TdClassName
{
border-color: #5D473E;
}
.TagClassName
{
border-color: #5D473E;
}
</style>