Shades of Saddle Brown #8F511B
Tints of Saddle Brown #8F511B
RGB
CMYK
RGB Variations
Color information
#8F511B (or 0x8F511B) is known color: Saddle Brown. HEX triplet: 8F, 51 and 1B. RGB value is (143,81,27). Sum of RGB (Red+Green+Blue) = 143+81+27=251 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.97% from 251); Green value is 81 (32.03% from 255 or 32.27% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 143 - color contains mainly: red. Hex color #8F511B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F511B is #70AEE4. Grayscale: #5D5D5D. Windows color (decimal): -7384805 or 1790351. OLE color: 1790351.
HSL color Cylindrical-coordinate representation of color #8F511B: hue angle of 27.93º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8F511B is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 81 | 27 | - |
| CMYK | 0 | 0.43 | 0.81 | 0.44 |
| HSL | 27.93º | 0.68% | 0.33% | - |
| HSV(B) | 27.93º | 0.81% | 0.56% | - |
| XYZ | 14.47 | 11.8 | 2.55 | - |
| YUV | 93.38 | 90.54 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 81 | 27 | 0 | 0.43 | 0.81 | 0.44 | 27.93 | 0.68 | 0.33 |
| Hex | 8F | 51 | 1B | 0 | 2B | 51 | 2C | 1C | 44 | 21 |
| Octal | 217 | 121 | 33 | 0 | 53 | 121 | 54 | 34 | 104 | 41 |
| Binary | 10001111 | 1010001 | 11011 | 0 | 101011 | 1010001 | 101100 | 11100 | 1000100 | 100001 |
Color Harmonies of #8F511B
Complementary color
Monochromatic Colors of #8F511B
Black with #8F511B
Text Example
Text Example
White with #8F511B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F511B; }
p { color: rgb(143,81,27); }
H1.HeaderClassName
{
color: #8F511B;
}
.AnyTagClassName
{
color: #8F511B;
}
</style>
background-color css
<style>
a { background-color: #8F511B; }
a { background-color: rgb(143,81,27); }
div.DivClassName
{
background-color: #8F511B;
}
.BgClassName
{
background-color: #8F511B;
}
</style>
border-color css
<style>
span { border-color: #8F511B; }
span { border-color: rgb(143,81,27); }
td.TdClassName
{
border-color: #8F511B;
}
.TagClassName
{
border-color: #8F511B;
}
</style>