Shades of Saddle Brown #8F400C
Tints of Saddle Brown #8F400C
RGB
CMYK
RGB Variations
Color information
#8F400C (or 0x8F400C) is known color: Saddle Brown. HEX triplet: 8F, 40 and 0C. RGB value is (143,64,12). Sum of RGB (Red+Green+Blue) = 143+64+12=219 (29% of max value = 765). Red value is 143 (56.25% from 255 or 65.30% from 219); Green value is 64 (25.39% from 255 or 29.22% from 219); Blue value is 12 (5.08% from 255 or 5.48% from 219); Max value from RGB is 143 - color contains mainly: red. Hex color #8F400C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F400C is #70BFF3. Grayscale: #515151. Windows color (decimal): -7389172 or 802959. OLE color: 802959.
HSL color Cylindrical-coordinate representation of color #8F400C: hue angle of 23.82º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8F400C is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 64 | 12 | - |
| CMYK | 0 | 0.55 | 0.92 | 0.44 |
| HSL | 23.82º | 0.85% | 0.3% | - |
| HSV(B) | 23.82º | 0.92% | 0.56% | - |
| XYZ | 13.23 | 9.53 | 1.49 | - |
| YUV | 81.69 | 88.67 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 64 | 12 | 0 | 0.55 | 0.92 | 0.44 | 23.82 | 0.85 | 0.3 |
| Hex | 8F | 40 | C | 0 | 37 | 5C | 2C | 18 | 55 | 1E |
| Octal | 217 | 100 | 14 | 0 | 67 | 134 | 54 | 30 | 125 | 36 |
| Binary | 10001111 | 1000000 | 1100 | 0 | 110111 | 1011100 | 101100 | 11000 | 1010101 | 11110 |
Color Harmonies of #8F400C
Complementary color
Monochromatic Colors of #8F400C
Black with #8F400C
Text Example
Text Example
White with #8F400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F400C; }
p { color: rgb(143,64,12); }
H1.HeaderClassName
{
color: #8F400C;
}
.AnyTagClassName
{
color: #8F400C;
}
</style>
background-color css
<style>
a { background-color: #8F400C; }
a { background-color: rgb(143,64,12); }
div.DivClassName
{
background-color: #8F400C;
}
.BgClassName
{
background-color: #8F400C;
}
</style>
border-color css
<style>
span { border-color: #8F400C; }
span { border-color: rgb(143,64,12); }
td.TdClassName
{
border-color: #8F400C;
}
.TagClassName
{
border-color: #8F400C;
}
</style>