Shades of Saddle #62483D
Tints of Saddle #62483D
RGB
CMYK
RGB Variations
Color information
#62483D (or 0x62483D) is known color: Saddle. HEX triplet: 62, 48 and 3D. RGB value is (98,72,61). Sum of RGB (Red+Green+Blue) = 98+72+61=231 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.42% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 98 - color contains mainly: red. Hex color #62483D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62483D is #9DB7C2. Grayscale: #4E4E4E. Windows color (decimal): -10336195 or 4016226. OLE color: 4016226.
HSL color Cylindrical-coordinate representation of color #62483D: hue angle of 17.84º 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 #62483D is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 72 | 61 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.62 |
| HSL | 17.84º | 0.23% | 0.31% | - |
| HSV(B) | 17.84º | 0.38% | 0.38% | - |
| XYZ | 8.2 | 7.57 | 5.44 | - |
| YUV | 78.52 | 118.11 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 72 | 61 | 0 | 0.27 | 0.38 | 0.62 | 17.84 | 0.23 | 0.31 |
| Hex | 62 | 48 | 3D | 0 | 1B | 26 | 3E | 12 | 17 | 1F |
| Octal | 142 | 110 | 75 | 0 | 33 | 46 | 76 | 22 | 27 | 37 |
| Binary | 1100010 | 1001000 | 111101 | 0 | 11011 | 100110 | 111110 | 10010 | 10111 | 11111 |
Color Harmonies of #62483D
Complementary color
Monochromatic Colors of #62483D
Black with #62483D
Text Example
Text Example
White with #62483D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62483D; }
p { color: rgb(98,72,61); }
H1.HeaderClassName
{
color: #62483D;
}
.AnyTagClassName
{
color: #62483D;
}
</style>
background-color css
<style>
a { background-color: #62483D; }
a { background-color: rgb(98,72,61); }
div.DivClassName
{
background-color: #62483D;
}
.BgClassName
{
background-color: #62483D;
}
</style>
border-color css
<style>
span { border-color: #62483D; }
span { border-color: rgb(98,72,61); }
td.TdClassName
{
border-color: #62483D;
}
.TagClassName
{
border-color: #62483D;
}
</style>