Shades of Saddle Brown #8F451F
Tints of Saddle Brown #8F451F
RGB
CMYK
RGB Variations
Color information
#8F451F (or 0x8F451F) is known color: Saddle Brown. HEX triplet: 8F, 45 and 1F. RGB value is (143,69,31). Sum of RGB (Red+Green+Blue) = 143+69+31=243 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.85% from 243); Green value is 69 (27.34% from 255 or 28.40% from 243); Blue value is 31 (12.5% from 255 or 12.76% from 243); Max value from RGB is 143 - color contains mainly: red. Hex color #8F451F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F451F is #70BAE0. Grayscale: #575757. Windows color (decimal): -7387873 or 2049423. OLE color: 2049423.
HSL color Cylindrical-coordinate representation of color #8F451F: hue angle of 20.36º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F451F is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 69 | 31 | - |
| CMYK | 0 | 0.52 | 0.78 | 0.44 |
| HSL | 20.36º | 0.64% | 0.34% | - |
| HSV(B) | 20.36º | 0.78% | 0.56% | - |
| XYZ | 13.7 | 10.19 | 2.54 | - |
| YUV | 86.79 | 96.52 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 69 | 31 | 0 | 0.52 | 0.78 | 0.44 | 20.36 | 0.64 | 0.34 |
| Hex | 8F | 45 | 1F | 0 | 34 | 4E | 2C | 14 | 40 | 22 |
| Octal | 217 | 105 | 37 | 0 | 64 | 116 | 54 | 24 | 100 | 42 |
| Binary | 10001111 | 1000101 | 11111 | 0 | 110100 | 1001110 | 101100 | 10100 | 1000000 | 100010 |
Color Harmonies of #8F451F
Complementary color
Monochromatic Colors of #8F451F
Black with #8F451F
Text Example
Text Example
White with #8F451F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F451F; }
p { color: rgb(143,69,31); }
H1.HeaderClassName
{
color: #8F451F;
}
.AnyTagClassName
{
color: #8F451F;
}
</style>
background-color css
<style>
a { background-color: #8F451F; }
a { background-color: rgb(143,69,31); }
div.DivClassName
{
background-color: #8F451F;
}
.BgClassName
{
background-color: #8F451F;
}
</style>
border-color css
<style>
span { border-color: #8F451F; }
span { border-color: rgb(143,69,31); }
td.TdClassName
{
border-color: #8F451F;
}
.TagClassName
{
border-color: #8F451F;
}
</style>