Shades of Saddle #62493D
Tints of Saddle #62493D
RGB
CMYK
RGB Variations
Color information
#62493D (or 0x62493D) is known color: Saddle. HEX triplet: 62, 49 and 3D. RGB value is (98,73,61). Sum of RGB (Red+Green+Blue) = 98+73+61=232 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.24% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 98 - color contains mainly: red. Hex color #62493D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62493D is #9DB6C2. Grayscale: #4F4F4F. Windows color (decimal): -10335939 or 4016482. OLE color: 4016482.
HSL color Cylindrical-coordinate representation of color #62493D: hue angle of 19.46º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #62493D is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 73 | 61 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.62 |
| HSL | 19.46º | 0.23% | 0.31% | - |
| HSV(B) | 19.46º | 0.38% | 0.38% | - |
| XYZ | 8.26 | 7.7 | 5.47 | - |
| YUV | 79.11 | 117.78 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 73 | 61 | 0 | 0.26 | 0.38 | 0.62 | 19.46 | 0.23 | 0.31 |
| Hex | 62 | 49 | 3D | 0 | 1A | 26 | 3E | 13 | 17 | 1F |
| Octal | 142 | 111 | 75 | 0 | 32 | 46 | 76 | 23 | 27 | 37 |
| Binary | 1100010 | 1001001 | 111101 | 0 | 11010 | 100110 | 111110 | 10011 | 10111 | 11111 |
Color Harmonies of #62493D
Complementary color
Monochromatic Colors of #62493D
Black with #62493D
Text Example
Text Example
White with #62493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62493D; }
p { color: rgb(98,73,61); }
H1.HeaderClassName
{
color: #62493D;
}
.AnyTagClassName
{
color: #62493D;
}
</style>
background-color css
<style>
a { background-color: #62493D; }
a { background-color: rgb(98,73,61); }
div.DivClassName
{
background-color: #62493D;
}
.BgClassName
{
background-color: #62493D;
}
</style>
border-color css
<style>
span { border-color: #62493D; }
span { border-color: rgb(98,73,61); }
td.TdClassName
{
border-color: #62493D;
}
.TagClassName
{
border-color: #62493D;
}
</style>