Shades of Saddle Brown #8F501A
Tints of Saddle Brown #8F501A
RGB
CMYK
RGB Variations
Color information
#8F501A (or 0x8F501A) is known color: Saddle Brown. HEX triplet: 8F, 50 and 1A. RGB value is (143,80,26). Sum of RGB (Red+Green+Blue) = 143+80+26=249 (32% of max value = 765). Red value is 143 (56.25% from 255 or 57.43% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 26 (10.55% from 255 or 10.44% from 249); Max value from RGB is 143 - color contains mainly: red. Hex color #8F501A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F501A is #70AFE5. Grayscale: #5C5C5C. Windows color (decimal): -7385062 or 1724559. OLE color: 1724559.
HSL color Cylindrical-coordinate representation of color #8F501A: hue angle of 27.69º 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 #8F501A is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 80 | 26 | - |
| CMYK | 0 | 0.44 | 0.82 | 0.44 |
| HSL | 27.69º | 0.69% | 0.33% | - |
| HSV(B) | 27.69º | 0.82% | 0.56% | - |
| XYZ | 14.38 | 11.65 | 2.47 | - |
| YUV | 92.68 | 90.37 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 80 | 26 | 0 | 0.44 | 0.82 | 0.44 | 27.69 | 0.69 | 0.33 |
| Hex | 8F | 50 | 1A | 0 | 2C | 52 | 2C | 1C | 45 | 21 |
| Octal | 217 | 120 | 32 | 0 | 54 | 122 | 54 | 34 | 105 | 41 |
| Binary | 10001111 | 1010000 | 11010 | 0 | 101100 | 1010010 | 101100 | 11100 | 1000101 | 100001 |
Color Harmonies of #8F501A
Complementary color
Monochromatic Colors of #8F501A
Black with #8F501A
Text Example
Text Example
White with #8F501A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F501A; }
p { color: rgb(143,80,26); }
H1.HeaderClassName
{
color: #8F501A;
}
.AnyTagClassName
{
color: #8F501A;
}
</style>
background-color css
<style>
a { background-color: #8F501A; }
a { background-color: rgb(143,80,26); }
div.DivClassName
{
background-color: #8F501A;
}
.BgClassName
{
background-color: #8F501A;
}
</style>
border-color css
<style>
span { border-color: #8F501A; }
span { border-color: rgb(143,80,26); }
td.TdClassName
{
border-color: #8F501A;
}
.TagClassName
{
border-color: #8F501A;
}
</style>