Shades of Saddle Brown #8F511A
Tints of Saddle Brown #8F511A
RGB
CMYK
RGB Variations
Color information
#8F511A (or 0x8F511A) is known color: Saddle Brown. HEX triplet: 8F, 51 and 1A. RGB value is (143,81,26). Sum of RGB (Red+Green+Blue) = 143+81+26=250 (33% of max value = 765). Red value is 143 (56.25% from 255 or 57.2% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 26 (10.55% from 255 or 10.4% from 250); Max value from RGB is 143 - color contains mainly: red. Hex color #8F511A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F511A is #70AEE5. Grayscale: #5D5D5D. Windows color (decimal): -7384806 or 1724815. OLE color: 1724815.
HSL color Cylindrical-coordinate representation of color #8F511A: hue angle of 28.21º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8F511A is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 81 | 26 | - |
| CMYK | 0 | 0.43 | 0.82 | 0.44 |
| HSL | 28.21º | 0.69% | 0.33% | - |
| HSV(B) | 28.21º | 0.82% | 0.56% | - |
| XYZ | 14.46 | 11.8 | 2.49 | - |
| YUV | 93.27 | 90.04 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 81 | 26 | 0 | 0.43 | 0.82 | 0.44 | 28.21 | 0.69 | 0.33 |
| Hex | 8F | 51 | 1A | 0 | 2B | 52 | 2C | 1C | 45 | 21 |
| Octal | 217 | 121 | 32 | 0 | 53 | 122 | 54 | 34 | 105 | 41 |
| Binary | 10001111 | 1010001 | 11010 | 0 | 101011 | 1010010 | 101100 | 11100 | 1000101 | 100001 |
Color Harmonies of #8F511A
Complementary color
Monochromatic Colors of #8F511A
Black with #8F511A
Text Example
Text Example
White with #8F511A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F511A; }
p { color: rgb(143,81,26); }
H1.HeaderClassName
{
color: #8F511A;
}
.AnyTagClassName
{
color: #8F511A;
}
</style>
background-color css
<style>
a { background-color: #8F511A; }
a { background-color: rgb(143,81,26); }
div.DivClassName
{
background-color: #8F511A;
}
.BgClassName
{
background-color: #8F511A;
}
</style>
border-color css
<style>
span { border-color: #8F511A; }
span { border-color: rgb(143,81,26); }
td.TdClassName
{
border-color: #8F511A;
}
.TagClassName
{
border-color: #8F511A;
}
</style>