Shades of Saddle Brown #8F320E
Tints of Saddle Brown #8F320E
RGB
CMYK
RGB Variations
Color information
#8F320E (or 0x8F320E) is known color: Saddle Brown. HEX triplet: 8F, 32 and 0E. RGB value is (143,50,14). Sum of RGB (Red+Green+Blue) = 143+50+14=207 (27% of max value = 765). Red value is 143 (56.25% from 255 or 69.08% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 14 (5.86% from 255 or 6.76% from 207); Max value from RGB is 143 - color contains mainly: red. Hex color #8F320E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F320E is #70CDF1. Grayscale: #494949. Windows color (decimal): -7392754 or 930447. OLE color: 930447.
HSL color Cylindrical-coordinate representation of color #8F320E: hue angle of 16.74º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F320E is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 50 | 14 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.44 |
| HSL | 16.74º | 0.82% | 0.31% | - |
| HSV(B) | 16.74º | 0.9% | 0.56% | - |
| XYZ | 12.55 | 8.15 | 1.33 | - |
| YUV | 73.7 | 94.31 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 50 | 14 | 0 | 0.65 | 0.90 | 0.44 | 16.74 | 0.82 | 0.31 |
| Hex | 8F | 32 | E | 0 | 41 | 5A | 2C | 11 | 52 | 1F |
| Octal | 217 | 62 | 16 | 0 | 101 | 132 | 54 | 21 | 122 | 37 |
| Binary | 10001111 | 110010 | 1110 | 0 | 1000001 | 1011010 | 101100 | 10001 | 1010010 | 11111 |
Color Harmonies of #8F320E
Complementary color
Monochromatic Colors of #8F320E
Black with #8F320E
Text Example
Text Example
White with #8F320E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F320E; }
p { color: rgb(143,50,14); }
H1.HeaderClassName
{
color: #8F320E;
}
.AnyTagClassName
{
color: #8F320E;
}
</style>
background-color css
<style>
a { background-color: #8F320E; }
a { background-color: rgb(143,50,14); }
div.DivClassName
{
background-color: #8F320E;
}
.BgClassName
{
background-color: #8F320E;
}
</style>
border-color css
<style>
span { border-color: #8F320E; }
span { border-color: rgb(143,50,14); }
td.TdClassName
{
border-color: #8F320E;
}
.TagClassName
{
border-color: #8F320E;
}
</style>