Shades of Saddle #62514A
Tints of Saddle #62514A
RGB
CMYK
RGB Variations
Color information
#62514A (or 0x62514A) is known color: Saddle. HEX triplet: 62, 51 and 4A. RGB value is (98,81,74). Sum of RGB (Red+Green+Blue) = 98+81+74=253 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.74% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 98 - color contains mainly: red. Hex color #62514A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62514A is #9DAEB5. Grayscale: #555555. Windows color (decimal): -10333878 or 4870498. OLE color: 4870498.
HSL color Cylindrical-coordinate representation of color #62514A: hue angle of 17.5º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #62514A is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 81 | 74 | - |
| CMYK | 0 | 0.17 | 0.24 | 0.62 |
| HSL | 17.5º | 0.14% | 0.34% | - |
| HSV(B) | 17.5º | 0.24% | 0.38% | - |
| XYZ | 9.22 | 8.98 | 7.73 | - |
| YUV | 85.29 | 121.63 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 81 | 74 | 0 | 0.17 | 0.24 | 0.62 | 17.5 | 0.14 | 0.34 |
| Hex | 62 | 51 | 4A | 0 | 11 | 18 | 3E | 12 | E | 22 |
| Octal | 142 | 121 | 112 | 0 | 21 | 30 | 76 | 22 | 16 | 42 |
| Binary | 1100010 | 1010001 | 1001010 | 0 | 10001 | 11000 | 111110 | 10010 | 1110 | 100010 |
Color Harmonies of #62514A
Complementary color
Monochromatic Colors of #62514A
Black with #62514A
Text Example
Text Example
White with #62514A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62514A; }
p { color: rgb(98,81,74); }
H1.HeaderClassName
{
color: #62514A;
}
.AnyTagClassName
{
color: #62514A;
}
</style>
background-color css
<style>
a { background-color: #62514A; }
a { background-color: rgb(98,81,74); }
div.DivClassName
{
background-color: #62514A;
}
.BgClassName
{
background-color: #62514A;
}
</style>
border-color css
<style>
span { border-color: #62514A; }
span { border-color: rgb(98,81,74); }
td.TdClassName
{
border-color: #62514A;
}
.TagClassName
{
border-color: #62514A;
}
</style>