Shades of Saddle Brown #8F320D
Tints of Saddle Brown #8F320D
RGB
CMYK
RGB Variations
Color information
#8F320D (or 0x8F320D) is known color: Saddle Brown. HEX triplet: 8F, 32 and 0D. RGB value is (143,50,13). Sum of RGB (Red+Green+Blue) = 143+50+13=206 (27% of max value = 765). Red value is 143 (56.25% from 255 or 69.42% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 13 (5.47% from 255 or 6.31% from 206); Max value from RGB is 143 - color contains mainly: red. Hex color #8F320D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F320D is #70CDF2. Grayscale: #494949. Windows color (decimal): -7392755 or 864911. OLE color: 864911.
HSL color Cylindrical-coordinate representation of color #8F320D: hue angle of 17.08º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8F320D is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 50 | 13 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.44 |
| HSL | 17.08º | 0.83% | 0.31% | - |
| HSV(B) | 17.08º | 0.91% | 0.56% | - |
| XYZ | 12.54 | 8.15 | 1.29 | - |
| YUV | 73.59 | 93.81 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 50 | 13 | 0 | 0.65 | 0.91 | 0.44 | 17.08 | 0.83 | 0.31 |
| Hex | 8F | 32 | D | 0 | 41 | 5B | 2C | 11 | 53 | 1F |
| Octal | 217 | 62 | 15 | 0 | 101 | 133 | 54 | 21 | 123 | 37 |
| Binary | 10001111 | 110010 | 1101 | 0 | 1000001 | 1011011 | 101100 | 10001 | 1010011 | 11111 |
Color Harmonies of #8F320D
Complementary color
Monochromatic Colors of #8F320D
Black with #8F320D
Text Example
Text Example
White with #8F320D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F320D; }
p { color: rgb(143,50,13); }
H1.HeaderClassName
{
color: #8F320D;
}
.AnyTagClassName
{
color: #8F320D;
}
</style>
background-color css
<style>
a { background-color: #8F320D; }
a { background-color: rgb(143,50,13); }
div.DivClassName
{
background-color: #8F320D;
}
.BgClassName
{
background-color: #8F320D;
}
</style>
border-color css
<style>
span { border-color: #8F320D; }
span { border-color: rgb(143,50,13); }
td.TdClassName
{
border-color: #8F320D;
}
.TagClassName
{
border-color: #8F320D;
}
</style>