Shades of Saddle Brown #8F400A
Tints of Saddle Brown #8F400A
RGB
CMYK
RGB Variations
Color information
#8F400A (or 0x8F400A) is known color: Saddle Brown. HEX triplet: 8F, 40 and 0A. RGB value is (143,64,10). Sum of RGB (Red+Green+Blue) = 143+64+10=217 (28% of max value = 765). Red value is 143 (56.25% from 255 or 65.90% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 10 (4.30% from 255 or 4.61% from 217); Max value from RGB is 143 - color contains mainly: red. Hex color #8F400A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F400A is #70BFF5. Grayscale: #515151. Windows color (decimal): -7389174 or 671887. OLE color: 671887.
HSL color Cylindrical-coordinate representation of color #8F400A: hue angle of 24.36º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8F400A is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 64 | 10 | - |
| CMYK | 0 | 0.55 | 0.93 | 0.44 |
| HSL | 24.36º | 0.87% | 0.3% | - |
| HSV(B) | 24.36º | 0.93% | 0.56% | - |
| XYZ | 13.22 | 9.53 | 1.43 | - |
| YUV | 81.47 | 87.67 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 64 | 10 | 0 | 0.55 | 0.93 | 0.44 | 24.36 | 0.87 | 0.3 |
| Hex | 8F | 40 | A | 0 | 37 | 5D | 2C | 18 | 57 | 1E |
| Octal | 217 | 100 | 12 | 0 | 67 | 135 | 54 | 30 | 127 | 36 |
| Binary | 10001111 | 1000000 | 1010 | 0 | 110111 | 1011101 | 101100 | 11000 | 1010111 | 11110 |
Color Harmonies of #8F400A
Complementary color
Monochromatic Colors of #8F400A
Black with #8F400A
Text Example
Text Example
White with #8F400A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F400A; }
p { color: rgb(143,64,10); }
H1.HeaderClassName
{
color: #8F400A;
}
.AnyTagClassName
{
color: #8F400A;
}
</style>
background-color css
<style>
a { background-color: #8F400A; }
a { background-color: rgb(143,64,10); }
div.DivClassName
{
background-color: #8F400A;
}
.BgClassName
{
background-color: #8F400A;
}
</style>
border-color css
<style>
span { border-color: #8F400A; }
span { border-color: rgb(143,64,10); }
td.TdClassName
{
border-color: #8F400A;
}
.TagClassName
{
border-color: #8F400A;
}
</style>