Shades of Saddle Brown #8F4414
Tints of Saddle Brown #8F4414
RGB
CMYK
RGB Variations
Color information
#8F4414 (or 0x8F4414) is known color: Saddle Brown. HEX triplet: 8F, 44 and 14. RGB value is (143,68,20). Sum of RGB (Red+Green+Blue) = 143+68+20=231 (30% of max value = 765). Red value is 143 (56.25% from 255 or 61.90% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 20 (8.20% from 255 or 8.66% from 231); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4414 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F4414 is #70BBEB. Grayscale: #555555. Windows color (decimal): -7388140 or 1328271. OLE color: 1328271.
HSL color Cylindrical-coordinate representation of color #8F4414: hue angle of 23.41º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8F4414 is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 68 | 20 | - |
| CMYK | 0 | 0.52 | 0.86 | 0.44 |
| HSL | 23.41º | 0.75% | 0.32% | - |
| HSV(B) | 23.41º | 0.86% | 0.56% | - |
| XYZ | 13.52 | 10.02 | 1.88 | - |
| YUV | 84.95 | 91.35 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 68 | 20 | 0 | 0.52 | 0.86 | 0.44 | 23.41 | 0.75 | 0.32 |
| Hex | 8F | 44 | 14 | 0 | 34 | 56 | 2C | 17 | 4B | 20 |
| Octal | 217 | 104 | 24 | 0 | 64 | 126 | 54 | 27 | 113 | 40 |
| Binary | 10001111 | 1000100 | 10100 | 0 | 110100 | 1010110 | 101100 | 10111 | 1001011 | 100000 |
Color Harmonies of #8F4414
Complementary color
Monochromatic Colors of #8F4414
Black with #8F4414
Text Example
Text Example
White with #8F4414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4414; }
p { color: rgb(143,68,20); }
H1.HeaderClassName
{
color: #8F4414;
}
.AnyTagClassName
{
color: #8F4414;
}
</style>
background-color css
<style>
a { background-color: #8F4414; }
a { background-color: rgb(143,68,20); }
div.DivClassName
{
background-color: #8F4414;
}
.BgClassName
{
background-color: #8F4414;
}
</style>
border-color css
<style>
span { border-color: #8F4414; }
span { border-color: rgb(143,68,20); }
td.TdClassName
{
border-color: #8F4414;
}
.TagClassName
{
border-color: #8F4414;
}
</style>