Shades of Saddle Brown #8F540F
Tints of Saddle Brown #8F540F
RGB
CMYK
RGB Variations
Color information
#8F540F (or 0x8F540F) is known color: Saddle Brown. HEX triplet: 8F, 54 and 0F. RGB value is (143,84,15). Sum of RGB (Red+Green+Blue) = 143+84+15=242 (32% of max value = 765). Red value is 143 (56.25% from 255 or 59.09% from 242); Green value is 84 (33.20% from 255 or 34.71% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 143 - color contains mainly: red. Hex color #8F540F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F540F is #70ABF0. Grayscale: #5E5E5E. Windows color (decimal): -7384049 or 1004687. OLE color: 1004687.
HSL color Cylindrical-coordinate representation of color #8F540F: hue angle of 32.34º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F540F is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 84 | 15 | - |
| CMYK | 0 | 0.41 | 0.90 | 0.44 |
| HSL | 32.34º | 0.81% | 0.31% | - |
| HSV(B) | 32.34º | 0.9% | 0.56% | - |
| XYZ | 14.58 | 12.21 | 2.04 | - |
| YUV | 93.78 | 83.55 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 84 | 15 | 0 | 0.41 | 0.90 | 0.44 | 32.34 | 0.81 | 0.31 |
| Hex | 8F | 54 | F | 0 | 29 | 5A | 2C | 20 | 51 | 1F |
| Octal | 217 | 124 | 17 | 0 | 51 | 132 | 54 | 40 | 121 | 37 |
| Binary | 10001111 | 1010100 | 1111 | 0 | 101001 | 1011010 | 101100 | 100000 | 1010001 | 11111 |
Color Harmonies of #8F540F
Complementary color
Monochromatic Colors of #8F540F
Black with #8F540F
Text Example
Text Example
White with #8F540F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F540F; }
p { color: rgb(143,84,15); }
H1.HeaderClassName
{
color: #8F540F;
}
.AnyTagClassName
{
color: #8F540F;
}
</style>
background-color css
<style>
a { background-color: #8F540F; }
a { background-color: rgb(143,84,15); }
div.DivClassName
{
background-color: #8F540F;
}
.BgClassName
{
background-color: #8F540F;
}
</style>
border-color css
<style>
span { border-color: #8F540F; }
span { border-color: rgb(143,84,15); }
td.TdClassName
{
border-color: #8F540F;
}
.TagClassName
{
border-color: #8F540F;
}
</style>