Shades of Saddle Brown #8F4118
Tints of Saddle Brown #8F4118
RGB
CMYK
RGB Variations
Color information
#8F4118 (or 0x8F4118) is known color: Saddle Brown. HEX triplet: 8F, 41 and 18. RGB value is (143,65,24). Sum of RGB (Red+Green+Blue) = 143+65+24=232 (30% of max value = 765). Red value is 143 (56.25% from 255 or 61.64% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 24 (9.77% from 255 or 10.34% from 232); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4118 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F4118 is #70BEE7. Grayscale: #535353. Windows color (decimal): -7388904 or 1589647. OLE color: 1589647.
HSL color Cylindrical-coordinate representation of color #8F4118: hue angle of 20.67º 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 #8F4118 is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 65 | 24 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.44 |
| HSL | 20.67º | 0.71% | 0.33% | - |
| HSV(B) | 20.67º | 0.83% | 0.56% | - |
| XYZ | 13.38 | 9.69 | 2.03 | - |
| YUV | 83.65 | 94.34 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 65 | 24 | 0 | 0.55 | 0.83 | 0.44 | 20.67 | 0.71 | 0.33 |
| Hex | 8F | 41 | 18 | 0 | 37 | 53 | 2C | 15 | 47 | 21 |
| Octal | 217 | 101 | 30 | 0 | 67 | 123 | 54 | 25 | 107 | 41 |
| Binary | 10001111 | 1000001 | 11000 | 0 | 110111 | 1010011 | 101100 | 10101 | 1000111 | 100001 |
Color Harmonies of #8F4118
Complementary color
Monochromatic Colors of #8F4118
Black with #8F4118
Text Example
Text Example
White with #8F4118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4118; }
p { color: rgb(143,65,24); }
H1.HeaderClassName
{
color: #8F4118;
}
.AnyTagClassName
{
color: #8F4118;
}
</style>
background-color css
<style>
a { background-color: #8F4118; }
a { background-color: rgb(143,65,24); }
div.DivClassName
{
background-color: #8F4118;
}
.BgClassName
{
background-color: #8F4118;
}
</style>
border-color css
<style>
span { border-color: #8F4118; }
span { border-color: rgb(143,65,24); }
td.TdClassName
{
border-color: #8F4118;
}
.TagClassName
{
border-color: #8F4118;
}
</style>