Shades of Saddle #60473D
Tints of Saddle #60473D
RGB
CMYK
RGB Variations
Color information
#60473D (or 0x60473D) is known color: Saddle. HEX triplet: 60, 47 and 3D. RGB value is (96,71,61). Sum of RGB (Red+Green+Blue) = 96+71+61=228 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.11% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 61 (24.22% from 255 or 26.75% from 228); Max value from RGB is 96 - color contains mainly: red. Hex color #60473D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60473D is #9FB8C2. Grayscale: #4D4D4D. Windows color (decimal): -10467523 or 4015968. OLE color: 4015968.
HSL color Cylindrical-coordinate representation of color #60473D: hue angle of 17.14º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #60473D is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 71 | 61 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.62 |
| HSL | 17.14º | 0.22% | 0.31% | - |
| HSV(B) | 17.14º | 0.36% | 0.38% | - |
| XYZ | 7.92 | 7.33 | 5.41 | - |
| YUV | 77.34 | 118.78 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 71 | 61 | 0 | 0.26 | 0.36 | 0.62 | 17.14 | 0.22 | 0.31 |
| Hex | 60 | 47 | 3D | 0 | 1A | 24 | 3E | 11 | 16 | 1F |
| Octal | 140 | 107 | 75 | 0 | 32 | 44 | 76 | 21 | 26 | 37 |
| Binary | 1100000 | 1000111 | 111101 | 0 | 11010 | 100100 | 111110 | 10001 | 10110 | 11111 |
Color Harmonies of #60473D
Complementary color
Monochromatic Colors of #60473D
Black with #60473D
Text Example
Text Example
White with #60473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60473D; }
p { color: rgb(96,71,61); }
H1.HeaderClassName
{
color: #60473D;
}
.AnyTagClassName
{
color: #60473D;
}
</style>
background-color css
<style>
a { background-color: #60473D; }
a { background-color: rgb(96,71,61); }
div.DivClassName
{
background-color: #60473D;
}
.BgClassName
{
background-color: #60473D;
}
</style>
border-color css
<style>
span { border-color: #60473D; }
span { border-color: rgb(96,71,61); }
td.TdClassName
{
border-color: #60473D;
}
.TagClassName
{
border-color: #60473D;
}
</style>