Shades of Saddle Brown #8F4500
Tints of Saddle Brown #8F4500
RGB
CMYK
RGB Variations
Color information
#8F4500 (or 0x8F4500) is known color: Saddle Brown. HEX triplet: 8F, 45 and 00. RGB value is (143,69,0). Sum of RGB (Red+Green+Blue) = 143+69+0=212 (28% of max value = 765). Red value is 143 (56.25% from 255 or 67.45% from 212); Green value is 69 (27.34% from 255 or 32.55% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F4500 is #70BAFF. Grayscale: #535353. Windows color (decimal): -7387904 or 17807. OLE color: 17807.
HSL color Cylindrical-coordinate representation of color #8F4500: hue angle of 28.95º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8F4500 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 69 | 0 | - |
| CMYK | 0 | 0.52 | 1 | 0.44 |
| HSL | 28.95º | 1% | 0.28% | - |
| HSV(B) | 28.95º | 1% | 0.56% | - |
| XYZ | 13.46 | 10.1 | 1.24 | - |
| YUV | 83.26 | 81.02 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 69 | 0 | 0 | 0.52 | 1 | 0.44 | 28.95 | 1 | 0.28 |
| Hex | 8F | 45 | 0 | 0 | 34 | 64 | 2C | 1D | 64 | 1C |
| Octal | 217 | 105 | 0 | 0 | 64 | 144 | 54 | 35 | 144 | 34 |
| Binary | 10001111 | 1000101 | 0 | 0 | 110100 | 1100100 | 101100 | 11101 | 1100100 | 11100 |
Color Harmonies of #8F4500
Complementary color
Monochromatic Colors of #8F4500
Black with #8F4500
Text Example
Text Example
White with #8F4500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4500; }
p { color: rgb(143,69,0); }
H1.HeaderClassName
{
color: #8F4500;
}
.AnyTagClassName
{
color: #8F4500;
}
</style>
background-color css
<style>
a { background-color: #8F4500; }
a { background-color: rgb(143,69,0); }
div.DivClassName
{
background-color: #8F4500;
}
.BgClassName
{
background-color: #8F4500;
}
</style>
border-color css
<style>
span { border-color: #8F4500; }
span { border-color: rgb(143,69,0); }
td.TdClassName
{
border-color: #8F4500;
}
.TagClassName
{
border-color: #8F4500;
}
</style>