Shades of Saddle Brown #8D460F
Tints of Saddle Brown #8D460F
RGB
CMYK
RGB Variations
Color information
#8D460F (or 0x8D460F) is known color: Saddle Brown. HEX triplet: 8D, 46 and 0F. RGB value is (141,70,15). Sum of RGB (Red+Green+Blue) = 141+70+15=226 (29% of max value = 765). Red value is 141 (55.47% from 255 or 62.39% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 15 (6.25% from 255 or 6.64% from 226); Max value from RGB is 141 - color contains mainly: red. Hex color #8D460F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D460F is #72B9F0. Grayscale: #555555. Windows color (decimal): -7518705 or 1001101. OLE color: 1001101.
HSL color Cylindrical-coordinate representation of color #8D460F: hue angle of 26.19º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D460F is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 70 | 15 | - |
| CMYK | 0 | 0.50 | 0.89 | 0.45 |
| HSL | 26.19º | 0.81% | 0.31% | - |
| HSV(B) | 26.19º | 0.89% | 0.55% | - |
| XYZ | 13.26 | 10.08 | 1.7 | - |
| YUV | 84.96 | 88.52 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 70 | 15 | 0 | 0.50 | 0.89 | 0.45 | 26.19 | 0.81 | 0.31 |
| Hex | 8D | 46 | F | 0 | 32 | 59 | 2D | 1A | 51 | 1F |
| Octal | 215 | 106 | 17 | 0 | 62 | 131 | 55 | 32 | 121 | 37 |
| Binary | 10001101 | 1000110 | 1111 | 0 | 110010 | 1011001 | 101101 | 11010 | 1010001 | 11111 |
Color Harmonies of #8D460F
Complementary color
Monochromatic Colors of #8D460F
Black with #8D460F
Text Example
Text Example
White with #8D460F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D460F; }
p { color: rgb(141,70,15); }
H1.HeaderClassName
{
color: #8D460F;
}
.AnyTagClassName
{
color: #8D460F;
}
</style>
background-color css
<style>
a { background-color: #8D460F; }
a { background-color: rgb(141,70,15); }
div.DivClassName
{
background-color: #8D460F;
}
.BgClassName
{
background-color: #8D460F;
}
</style>
border-color css
<style>
span { border-color: #8D460F; }
span { border-color: rgb(141,70,15); }
td.TdClassName
{
border-color: #8D460F;
}
.TagClassName
{
border-color: #8D460F;
}
</style>