Shades of Saddle Brown #8F5304
Tints of Saddle Brown #8F5304
RGB
CMYK
RGB Variations
Color information
#8F5304 (or 0x8F5304) is known color: Saddle Brown. HEX triplet: 8F, 53 and 04. RGB value is (143,83,4). Sum of RGB (Red+Green+Blue) = 143+83+4=230 (30% of max value = 765). Red value is 143 (56.25% from 255 or 62.17% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 4 (1.95% from 255 or 1.74% from 230); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F5304 is #70ACFB. Grayscale: #5C5C5C. Windows color (decimal): -7384316 or 283535. OLE color: 283535.
HSL color Cylindrical-coordinate representation of color #8F5304: hue angle of 34.1º 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 #8F5304 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 83 | 4 | - |
| CMYK | 0 | 0.42 | 0.97 | 0.44 |
| HSL | 34.1º | 0.95% | 0.29% | - |
| HSV(B) | 34.1º | 0.97% | 0.56% | - |
| XYZ | 14.44 | 12.03 | 1.68 | - |
| YUV | 91.93 | 78.38 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 83 | 4 | 0 | 0.42 | 0.97 | 0.44 | 34.1 | 0.95 | 0.29 |
| Hex | 8F | 53 | 4 | 0 | 2A | 61 | 2C | 22 | 5F | 1D |
| Octal | 217 | 123 | 4 | 0 | 52 | 141 | 54 | 42 | 137 | 35 |
| Binary | 10001111 | 1010011 | 100 | 0 | 101010 | 1100001 | 101100 | 100010 | 1011111 | 11101 |
Color Harmonies of #8F5304
Complementary color
Monochromatic Colors of #8F5304
Black with #8F5304
Text Example
Text Example
White with #8F5304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5304; }
p { color: rgb(143,83,4); }
H1.HeaderClassName
{
color: #8F5304;
}
.AnyTagClassName
{
color: #8F5304;
}
</style>
background-color css
<style>
a { background-color: #8F5304; }
a { background-color: rgb(143,83,4); }
div.DivClassName
{
background-color: #8F5304;
}
.BgClassName
{
background-color: #8F5304;
}
</style>
border-color css
<style>
span { border-color: #8F5304; }
span { border-color: rgb(143,83,4); }
td.TdClassName
{
border-color: #8F5304;
}
.TagClassName
{
border-color: #8F5304;
}
</style>