Shades of Saddle Brown #8F4504
Tints of Saddle Brown #8F4504
RGB
CMYK
RGB Variations
Color information
#8F4504 (or 0x8F4504) is known color: Saddle Brown. HEX triplet: 8F, 45 and 04. RGB value is (143,69,4). Sum of RGB (Red+Green+Blue) = 143+69+4=216 (28% of max value = 765). Red value is 143 (56.25% from 255 or 66.20% from 216); Green value is 69 (27.34% from 255 or 31.94% from 216); Blue value is 4 (1.95% from 255 or 1.85% from 216); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4504 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F4504 is #70BAFB. Grayscale: #545454. Windows color (decimal): -7387900 or 279951. OLE color: 279951.
HSL color Cylindrical-coordinate representation of color #8F4504: hue angle of 28.06º 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 #8F4504 is Cyan = 0, Magento = 0.52, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 69 | 4 | - |
| CMYK | 0 | 0.52 | 0.97 | 0.44 |
| HSL | 28.06º | 0.95% | 0.29% | - |
| HSV(B) | 28.06º | 0.97% | 0.56% | - |
| XYZ | 13.48 | 10.1 | 1.35 | - |
| YUV | 83.72 | 83.02 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 69 | 4 | 0 | 0.52 | 0.97 | 0.44 | 28.06 | 0.95 | 0.29 |
| Hex | 8F | 45 | 4 | 0 | 34 | 61 | 2C | 1C | 5F | 1D |
| Octal | 217 | 105 | 4 | 0 | 64 | 141 | 54 | 34 | 137 | 35 |
| Binary | 10001111 | 1000101 | 100 | 0 | 110100 | 1100001 | 101100 | 11100 | 1011111 | 11101 |
Color Harmonies of #8F4504
Complementary color
Monochromatic Colors of #8F4504
Black with #8F4504
Text Example
Text Example
White with #8F4504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4504; }
p { color: rgb(143,69,4); }
H1.HeaderClassName
{
color: #8F4504;
}
.AnyTagClassName
{
color: #8F4504;
}
</style>
background-color css
<style>
a { background-color: #8F4504; }
a { background-color: rgb(143,69,4); }
div.DivClassName
{
background-color: #8F4504;
}
.BgClassName
{
background-color: #8F4504;
}
</style>
border-color css
<style>
span { border-color: #8F4504; }
span { border-color: rgb(143,69,4); }
td.TdClassName
{
border-color: #8F4504;
}
.TagClassName
{
border-color: #8F4504;
}
</style>