Shades of Saddle Brown #8F3A18
Tints of Saddle Brown #8F3A18
RGB
CMYK
RGB Variations
Color information
#8F3A18 (or 0x8F3A18) is known color: Saddle Brown. HEX triplet: 8F, 3A and 18. RGB value is (143,58,24). Sum of RGB (Red+Green+Blue) = 143+58+24=225 (29% of max value = 765). Red value is 143 (56.25% from 255 or 63.56% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 24 (9.77% from 255 or 10.67% from 225); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F3A18 is #70C5E7. Grayscale: #4F4F4F. Windows color (decimal): -7390696 or 1587855. OLE color: 1587855.
HSL color Cylindrical-coordinate representation of color #8F3A18: hue angle of 17.14º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8F3A18 is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 58 | 24 | - |
| CMYK | 0 | 0.59 | 0.83 | 0.44 |
| HSL | 17.14º | 0.71% | 0.33% | - |
| HSV(B) | 17.14º | 0.83% | 0.56% | - |
| XYZ | 13.01 | 8.93 | 1.9 | - |
| YUV | 79.54 | 96.66 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 58 | 24 | 0 | 0.59 | 0.83 | 0.44 | 17.14 | 0.71 | 0.33 |
| Hex | 8F | 3A | 18 | 0 | 3B | 53 | 2C | 11 | 47 | 21 |
| Octal | 217 | 72 | 30 | 0 | 73 | 123 | 54 | 21 | 107 | 41 |
| Binary | 10001111 | 111010 | 11000 | 0 | 111011 | 1010011 | 101100 | 10001 | 1000111 | 100001 |
Color Harmonies of #8F3A18
Complementary color
Monochromatic Colors of #8F3A18
Black with #8F3A18
Text Example
Text Example
White with #8F3A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3A18; }
p { color: rgb(143,58,24); }
H1.HeaderClassName
{
color: #8F3A18;
}
.AnyTagClassName
{
color: #8F3A18;
}
</style>
background-color css
<style>
a { background-color: #8F3A18; }
a { background-color: rgb(143,58,24); }
div.DivClassName
{
background-color: #8F3A18;
}
.BgClassName
{
background-color: #8F3A18;
}
</style>
border-color css
<style>
span { border-color: #8F3A18; }
span { border-color: rgb(143,58,24); }
td.TdClassName
{
border-color: #8F3A18;
}
.TagClassName
{
border-color: #8F3A18;
}
</style>