Shades of Saddle Brown #8F4004
Tints of Saddle Brown #8F4004
RGB
CMYK
RGB Variations
Color information
#8F4004 (or 0x8F4004) is known color: Saddle Brown. HEX triplet: 8F, 40 and 04. RGB value is (143,64,4). Sum of RGB (Red+Green+Blue) = 143+64+4=211 (27% of max value = 765). Red value is 143 (56.25% from 255 or 67.77% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 4 (1.95% from 255 or 1.90% from 211); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F4004 is #70BFFB. Grayscale: #515151. Windows color (decimal): -7389180 or 278671. OLE color: 278671.
HSL color Cylindrical-coordinate representation of color #8F4004: hue angle of 25.9º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F4004 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 64 | 4 | - |
| CMYK | 0 | 0.55 | 0.97 | 0.44 |
| HSL | 25.9º | 0.95% | 0.29% | - |
| HSV(B) | 25.9º | 0.97% | 0.56% | - |
| XYZ | 13.18 | 9.52 | 1.26 | - |
| YUV | 80.78 | 84.67 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 64 | 4 | 0 | 0.55 | 0.97 | 0.44 | 25.9 | 0.95 | 0.29 |
| Hex | 8F | 40 | 4 | 0 | 37 | 61 | 2C | 1A | 5F | 1D |
| Octal | 217 | 100 | 4 | 0 | 67 | 141 | 54 | 32 | 137 | 35 |
| Binary | 10001111 | 1000000 | 100 | 0 | 110111 | 1100001 | 101100 | 11010 | 1011111 | 11101 |
Color Harmonies of #8F4004
Complementary color
Monochromatic Colors of #8F4004
Black with #8F4004
Text Example
Text Example
White with #8F4004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4004; }
p { color: rgb(143,64,4); }
H1.HeaderClassName
{
color: #8F4004;
}
.AnyTagClassName
{
color: #8F4004;
}
</style>
background-color css
<style>
a { background-color: #8F4004; }
a { background-color: rgb(143,64,4); }
div.DivClassName
{
background-color: #8F4004;
}
.BgClassName
{
background-color: #8F4004;
}
</style>
border-color css
<style>
span { border-color: #8F4004; }
span { border-color: rgb(143,64,4); }
td.TdClassName
{
border-color: #8F4004;
}
.TagClassName
{
border-color: #8F4004;
}
</style>