Shades of Saddle Brown #8F521A
Tints of Saddle Brown #8F521A
RGB
CMYK
RGB Variations
Color information
#8F521A (or 0x8F521A) is known color: Saddle Brown. HEX triplet: 8F, 52 and 1A. RGB value is (143,82,26). Sum of RGB (Red+Green+Blue) = 143+82+26=251 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.97% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 26 (10.55% from 255 or 10.36% from 251); Max value from RGB is 143 - color contains mainly: red. Hex color #8F521A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F521A is #70ADE5. Grayscale: #5E5E5E. Windows color (decimal): -7384550 or 1725071. OLE color: 1725071.
HSL color Cylindrical-coordinate representation of color #8F521A: hue angle of 28.72º 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 #8F521A is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 82 | 26 | - |
| CMYK | 0 | 0.43 | 0.82 | 0.44 |
| HSL | 28.72º | 0.69% | 0.33% | - |
| HSV(B) | 28.72º | 0.82% | 0.56% | - |
| XYZ | 14.53 | 11.95 | 2.52 | - |
| YUV | 93.86 | 89.71 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 82 | 26 | 0 | 0.43 | 0.82 | 0.44 | 28.72 | 0.69 | 0.33 |
| Hex | 8F | 52 | 1A | 0 | 2B | 52 | 2C | 1D | 45 | 21 |
| Octal | 217 | 122 | 32 | 0 | 53 | 122 | 54 | 35 | 105 | 41 |
| Binary | 10001111 | 1010010 | 11010 | 0 | 101011 | 1010010 | 101100 | 11101 | 1000101 | 100001 |
Color Harmonies of #8F521A
Complementary color
Monochromatic Colors of #8F521A
Black with #8F521A
Text Example
Text Example
White with #8F521A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F521A; }
p { color: rgb(143,82,26); }
H1.HeaderClassName
{
color: #8F521A;
}
.AnyTagClassName
{
color: #8F521A;
}
</style>
background-color css
<style>
a { background-color: #8F521A; }
a { background-color: rgb(143,82,26); }
div.DivClassName
{
background-color: #8F521A;
}
.BgClassName
{
background-color: #8F521A;
}
</style>
border-color css
<style>
span { border-color: #8F521A; }
span { border-color: rgb(143,82,26); }
td.TdClassName
{
border-color: #8F521A;
}
.TagClassName
{
border-color: #8F521A;
}
</style>