Shades of Saddle Brown #8F500C
Tints of Saddle Brown #8F500C
RGB
CMYK
RGB Variations
Color information
#8F500C (or 0x8F500C) is known color: Saddle Brown. HEX triplet: 8F, 50 and 0C. RGB value is (143,80,12). Sum of RGB (Red+Green+Blue) = 143+80+12=235 (31% of max value = 765). Red value is 143 (56.25% from 255 or 60.85% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 143 - color contains mainly: red. Hex color #8F500C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F500C is #70AFF3. Grayscale: #5B5B5B. Windows color (decimal): -7385076 or 807055. OLE color: 807055.
HSL color Cylindrical-coordinate representation of color #8F500C: hue angle of 31.15º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8F500C is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 80 | 12 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.44 |
| HSL | 31.15º | 0.85% | 0.3% | - |
| HSV(B) | 31.15º | 0.92% | 0.56% | - |
| XYZ | 14.26 | 11.6 | 1.84 | - |
| YUV | 91.09 | 83.37 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 80 | 12 | 0 | 0.44 | 0.92 | 0.44 | 31.15 | 0.85 | 0.3 |
| Hex | 8F | 50 | C | 0 | 2C | 5C | 2C | 1F | 55 | 1E |
| Octal | 217 | 120 | 14 | 0 | 54 | 134 | 54 | 37 | 125 | 36 |
| Binary | 10001111 | 1010000 | 1100 | 0 | 101100 | 1011100 | 101100 | 11111 | 1010101 | 11110 |
Color Harmonies of #8F500C
Complementary color
Monochromatic Colors of #8F500C
Black with #8F500C
Text Example
Text Example
White with #8F500C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F500C; }
p { color: rgb(143,80,12); }
H1.HeaderClassName
{
color: #8F500C;
}
.AnyTagClassName
{
color: #8F500C;
}
</style>
background-color css
<style>
a { background-color: #8F500C; }
a { background-color: rgb(143,80,12); }
div.DivClassName
{
background-color: #8F500C;
}
.BgClassName
{
background-color: #8F500C;
}
</style>
border-color css
<style>
span { border-color: #8F500C; }
span { border-color: rgb(143,80,12); }
td.TdClassName
{
border-color: #8F500C;
}
.TagClassName
{
border-color: #8F500C;
}
</style>