Shades of Saddle Brown #8F4510
Tints of Saddle Brown #8F4510
RGB
CMYK
RGB Variations
Color information
#8F4510 (or 0x8F4510) is known color: Saddle Brown. HEX triplet: 8F, 45 and 10. RGB value is (143,69,16). Sum of RGB (Red+Green+Blue) = 143+69+16=228 (30% of max value = 765). Red value is 143 (56.25% from 255 or 62.72% from 228); Green value is 69 (27.34% from 255 or 30.26% from 228); Blue value is 16 (6.64% from 255 or 7.02% from 228); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F4510 is #70BAEF. Grayscale: #555555. Windows color (decimal): -7387888 or 1066383. OLE color: 1066383.
HSL color Cylindrical-coordinate representation of color #8F4510: hue angle of 25.04º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8F4510 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 69 | 16 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.44 |
| HSL | 25.04º | 0.8% | 0.31% | - |
| HSV(B) | 25.04º | 0.89% | 0.56% | - |
| XYZ | 13.55 | 10.13 | 1.73 | - |
| YUV | 85.08 | 89.02 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 69 | 16 | 0 | 0.52 | 0.89 | 0.44 | 25.04 | 0.8 | 0.31 |
| Hex | 8F | 45 | 10 | 0 | 34 | 59 | 2C | 19 | 50 | 1F |
| Octal | 217 | 105 | 20 | 0 | 64 | 131 | 54 | 31 | 120 | 37 |
| Binary | 10001111 | 1000101 | 10000 | 0 | 110100 | 1011001 | 101100 | 11001 | 1010000 | 11111 |
Color Harmonies of #8F4510
Complementary color
Monochromatic Colors of #8F4510
Black with #8F4510
Text Example
Text Example
White with #8F4510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4510; }
p { color: rgb(143,69,16); }
H1.HeaderClassName
{
color: #8F4510;
}
.AnyTagClassName
{
color: #8F4510;
}
</style>
background-color css
<style>
a { background-color: #8F4510; }
a { background-color: rgb(143,69,16); }
div.DivClassName
{
background-color: #8F4510;
}
.BgClassName
{
background-color: #8F4510;
}
</style>
border-color css
<style>
span { border-color: #8F4510; }
span { border-color: rgb(143,69,16); }
td.TdClassName
{
border-color: #8F4510;
}
.TagClassName
{
border-color: #8F4510;
}
</style>