Shades of Saddle Brown #8F340F
Tints of Saddle Brown #8F340F
RGB
CMYK
RGB Variations
Color information
#8F340F (or 0x8F340F) is known color: Saddle Brown. HEX triplet: 8F, 34 and 0F. RGB value is (143,52,15). Sum of RGB (Red+Green+Blue) = 143+52+15=210 (27% of max value = 765). Red value is 143 (56.25% from 255 or 68.10% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 15 (6.25% from 255 or 7.14% from 210); Max value from RGB is 143 - color contains mainly: red. Hex color #8F340F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F340F is #70CBF0. Grayscale: #4B4B4B. Windows color (decimal): -7392241 or 996495. OLE color: 996495.
HSL color Cylindrical-coordinate representation of color #8F340F: hue angle of 17.34º degrees, saturation: 0.81, 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 #8F340F is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 52 | 15 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.44 |
| HSL | 17.34º | 0.81% | 0.31% | - |
| HSV(B) | 17.34º | 0.9% | 0.56% | - |
| XYZ | 12.64 | 8.33 | 1.39 | - |
| YUV | 74.99 | 94.15 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 52 | 15 | 0 | 0.64 | 0.90 | 0.44 | 17.34 | 0.81 | 0.31 |
| Hex | 8F | 34 | F | 0 | 40 | 5A | 2C | 11 | 51 | 1F |
| Octal | 217 | 64 | 17 | 0 | 100 | 132 | 54 | 21 | 121 | 37 |
| Binary | 10001111 | 110100 | 1111 | 0 | 1000000 | 1011010 | 101100 | 10001 | 1010001 | 11111 |
Color Harmonies of #8F340F
Complementary color
Monochromatic Colors of #8F340F
Black with #8F340F
Text Example
Text Example
White with #8F340F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F340F; }
p { color: rgb(143,52,15); }
H1.HeaderClassName
{
color: #8F340F;
}
.AnyTagClassName
{
color: #8F340F;
}
</style>
background-color css
<style>
a { background-color: #8F340F; }
a { background-color: rgb(143,52,15); }
div.DivClassName
{
background-color: #8F340F;
}
.BgClassName
{
background-color: #8F340F;
}
</style>
border-color css
<style>
span { border-color: #8F340F; }
span { border-color: rgb(143,52,15); }
td.TdClassName
{
border-color: #8F340F;
}
.TagClassName
{
border-color: #8F340F;
}
</style>