Shades of Saddle Brown #8F350D
Tints of Saddle Brown #8F350D
RGB
CMYK
RGB Variations
Color information
#8F350D (or 0x8F350D) is known color: Saddle Brown. HEX triplet: 8F, 35 and 0D. RGB value is (143,53,13). Sum of RGB (Red+Green+Blue) = 143+53+13=209 (27% of max value = 765). Red value is 143 (56.25% from 255 or 68.42% from 209); Green value is 53 (21.09% from 255 or 25.36% from 209); Blue value is 13 (5.47% from 255 or 6.22% from 209); Max value from RGB is 143 - color contains mainly: red. Hex color #8F350D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F350D is #70CAF2. Grayscale: #4B4B4B. Windows color (decimal): -7391987 or 865679. OLE color: 865679.
HSL color Cylindrical-coordinate representation of color #8F350D: hue angle of 18.46º 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 #8F350D is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 53 | 13 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.44 |
| HSL | 18.46º | 0.83% | 0.31% | - |
| HSV(B) | 18.46º | 0.91% | 0.56% | - |
| XYZ | 12.67 | 8.41 | 1.34 | - |
| YUV | 75.35 | 92.82 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 53 | 13 | 0 | 0.63 | 0.91 | 0.44 | 18.46 | 0.83 | 0.31 |
| Hex | 8F | 35 | D | 0 | 3F | 5B | 2C | 12 | 53 | 1F |
| Octal | 217 | 65 | 15 | 0 | 77 | 133 | 54 | 22 | 123 | 37 |
| Binary | 10001111 | 110101 | 1101 | 0 | 111111 | 1011011 | 101100 | 10010 | 1010011 | 11111 |
Color Harmonies of #8F350D
Complementary color
Monochromatic Colors of #8F350D
Black with #8F350D
Text Example
Text Example
White with #8F350D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F350D; }
p { color: rgb(143,53,13); }
H1.HeaderClassName
{
color: #8F350D;
}
.AnyTagClassName
{
color: #8F350D;
}
</style>
background-color css
<style>
a { background-color: #8F350D; }
a { background-color: rgb(143,53,13); }
div.DivClassName
{
background-color: #8F350D;
}
.BgClassName
{
background-color: #8F350D;
}
</style>
border-color css
<style>
span { border-color: #8F350D; }
span { border-color: rgb(143,53,13); }
td.TdClassName
{
border-color: #8F350D;
}
.TagClassName
{
border-color: #8F350D;
}
</style>