Shades of Saddle Brown #8F4918
Tints of Saddle Brown #8F4918
RGB
CMYK
RGB Variations
Color information
#8F4918 (or 0x8F4918) is known color: Saddle Brown. HEX triplet: 8F, 49 and 18. RGB value is (143,73,24). Sum of RGB (Red+Green+Blue) = 143+73+24=240 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.58% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 24 (9.77% from 255 or 10% from 240); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4918 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F4918 is #70B6E7. Grayscale: #585858. Windows color (decimal): -7386856 or 1591695. OLE color: 1591695.
HSL color Cylindrical-coordinate representation of color #8F4918: hue angle of 24.71º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8F4918 is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 73 | 24 | - |
| CMYK | 0 | 0.49 | 0.83 | 0.44 |
| HSL | 24.71º | 0.71% | 0.33% | - |
| HSV(B) | 24.71º | 0.83% | 0.56% | - |
| XYZ | 13.88 | 10.67 | 2.19 | - |
| YUV | 88.34 | 91.69 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 73 | 24 | 0 | 0.49 | 0.83 | 0.44 | 24.71 | 0.71 | 0.33 |
| Hex | 8F | 49 | 18 | 0 | 31 | 53 | 2C | 19 | 47 | 21 |
| Octal | 217 | 111 | 30 | 0 | 61 | 123 | 54 | 31 | 107 | 41 |
| Binary | 10001111 | 1001001 | 11000 | 0 | 110001 | 1010011 | 101100 | 11001 | 1000111 | 100001 |
Color Harmonies of #8F4918
Complementary color
Monochromatic Colors of #8F4918
Black with #8F4918
Text Example
Text Example
White with #8F4918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4918; }
p { color: rgb(143,73,24); }
H1.HeaderClassName
{
color: #8F4918;
}
.AnyTagClassName
{
color: #8F4918;
}
</style>
background-color css
<style>
a { background-color: #8F4918; }
a { background-color: rgb(143,73,24); }
div.DivClassName
{
background-color: #8F4918;
}
.BgClassName
{
background-color: #8F4918;
}
</style>
border-color css
<style>
span { border-color: #8F4918; }
span { border-color: rgb(143,73,24); }
td.TdClassName
{
border-color: #8F4918;
}
.TagClassName
{
border-color: #8F4918;
}
</style>