Shades of Saddle Brown #8F4818
Tints of Saddle Brown #8F4818
RGB
CMYK
RGB Variations
Color information
#8F4818 (or 0x8F4818) is known color: Saddle Brown. HEX triplet: 8F, 48 and 18. RGB value is (143,72,24). Sum of RGB (Red+Green+Blue) = 143+72+24=239 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.83% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 24 (9.77% from 255 or 10.04% from 239); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4818 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F4818 is #70B7E7. Grayscale: #585858. Windows color (decimal): -7387112 or 1591439. OLE color: 1591439.
HSL color Cylindrical-coordinate representation of color #8F4818: hue angle of 24.2º 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 #8F4818 is Cyan = 0, Magento = 0.50, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 72 | 24 | - |
| CMYK | 0 | 0.50 | 0.83 | 0.44 |
| HSL | 24.2º | 0.71% | 0.33% | - |
| HSV(B) | 24.2º | 0.83% | 0.56% | - |
| XYZ | 13.81 | 10.54 | 2.17 | - |
| YUV | 87.76 | 92.02 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 72 | 24 | 0 | 0.50 | 0.83 | 0.44 | 24.2 | 0.71 | 0.33 |
| Hex | 8F | 48 | 18 | 0 | 32 | 53 | 2C | 18 | 47 | 21 |
| Octal | 217 | 110 | 30 | 0 | 62 | 123 | 54 | 30 | 107 | 41 |
| Binary | 10001111 | 1001000 | 11000 | 0 | 110010 | 1010011 | 101100 | 11000 | 1000111 | 100001 |
Color Harmonies of #8F4818
Complementary color
Monochromatic Colors of #8F4818
Black with #8F4818
Text Example
Text Example
White with #8F4818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4818; }
p { color: rgb(143,72,24); }
H1.HeaderClassName
{
color: #8F4818;
}
.AnyTagClassName
{
color: #8F4818;
}
</style>
background-color css
<style>
a { background-color: #8F4818; }
a { background-color: rgb(143,72,24); }
div.DivClassName
{
background-color: #8F4818;
}
.BgClassName
{
background-color: #8F4818;
}
</style>
border-color css
<style>
span { border-color: #8F4818; }
span { border-color: rgb(143,72,24); }
td.TdClassName
{
border-color: #8F4818;
}
.TagClassName
{
border-color: #8F4818;
}
</style>