Shades of Saddle Brown #8F521B
Tints of Saddle Brown #8F521B
RGB
CMYK
RGB Variations
Color information
#8F521B (or 0x8F521B) is known color: Saddle Brown. HEX triplet: 8F, 52 and 1B. RGB value is (143,82,27). Sum of RGB (Red+Green+Blue) = 143+82+27=252 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.75% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 27 (10.94% from 255 or 10.71% from 252); Max value from RGB is 143 - color contains mainly: red. Hex color #8F521B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F521B is #70ADE4. Grayscale: #5E5E5E. Windows color (decimal): -7384549 or 1790607. OLE color: 1790607.
HSL color Cylindrical-coordinate representation of color #8F521B: hue angle of 28.45º 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 #8F521B is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 82 | 27 | - |
| CMYK | 0 | 0.43 | 0.81 | 0.44 |
| HSL | 28.45º | 0.68% | 0.33% | - |
| HSV(B) | 28.45º | 0.81% | 0.56% | - |
| XYZ | 14.54 | 11.95 | 2.58 | - |
| YUV | 93.97 | 90.21 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 82 | 27 | 0 | 0.43 | 0.81 | 0.44 | 28.45 | 0.68 | 0.33 |
| Hex | 8F | 52 | 1B | 0 | 2B | 51 | 2C | 1C | 44 | 21 |
| Octal | 217 | 122 | 33 | 0 | 53 | 121 | 54 | 34 | 104 | 41 |
| Binary | 10001111 | 1010010 | 11011 | 0 | 101011 | 1010001 | 101100 | 11100 | 1000100 | 100001 |
Color Harmonies of #8F521B
Complementary color
Monochromatic Colors of #8F521B
Black with #8F521B
Text Example
Text Example
White with #8F521B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F521B; }
p { color: rgb(143,82,27); }
H1.HeaderClassName
{
color: #8F521B;
}
.AnyTagClassName
{
color: #8F521B;
}
</style>
background-color css
<style>
a { background-color: #8F521B; }
a { background-color: rgb(143,82,27); }
div.DivClassName
{
background-color: #8F521B;
}
.BgClassName
{
background-color: #8F521B;
}
</style>
border-color css
<style>
span { border-color: #8F521B; }
span { border-color: rgb(143,82,27); }
td.TdClassName
{
border-color: #8F521B;
}
.TagClassName
{
border-color: #8F521B;
}
</style>