Shades of Saddle Brown #8F3008
Tints of Saddle Brown #8F3008
RGB
CMYK
RGB Variations
Color information
#8F3008 (or 0x8F3008) is known color: Saddle Brown. HEX triplet: 8F, 30 and 08. RGB value is (143,48,8). Sum of RGB (Red+Green+Blue) = 143+48+8=199 (26% of max value = 765). Red value is 143 (56.25% from 255 or 71.86% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 8 (3.52% from 255 or 4.02% from 199); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F3008 is #70CFF7. Grayscale: #484848. Windows color (decimal): -7393272 or 536719. OLE color: 536719.
HSL color Cylindrical-coordinate representation of color #8F3008: hue angle of 17.78º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F3008 is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 48 | 8 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.44 |
| HSL | 17.78º | 0.89% | 0.3% | - |
| HSV(B) | 17.78º | 0.94% | 0.56% | - |
| XYZ | 12.43 | 7.97 | 1.11 | - |
| YUV | 71.85 | 91.97 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 48 | 8 | 0 | 0.66 | 0.94 | 0.44 | 17.78 | 0.89 | 0.3 |
| Hex | 8F | 30 | 8 | 0 | 42 | 5E | 2C | 12 | 59 | 1E |
| Octal | 217 | 60 | 10 | 0 | 102 | 136 | 54 | 22 | 131 | 36 |
| Binary | 10001111 | 110000 | 1000 | 0 | 1000010 | 1011110 | 101100 | 10010 | 1011001 | 11110 |
Color Harmonies of #8F3008
Complementary color
Monochromatic Colors of #8F3008
Black with #8F3008
Text Example
Text Example
White with #8F3008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3008; }
p { color: rgb(143,48,8); }
H1.HeaderClassName
{
color: #8F3008;
}
.AnyTagClassName
{
color: #8F3008;
}
</style>
background-color css
<style>
a { background-color: #8F3008; }
a { background-color: rgb(143,48,8); }
div.DivClassName
{
background-color: #8F3008;
}
.BgClassName
{
background-color: #8F3008;
}
</style>
border-color css
<style>
span { border-color: #8F3008; }
span { border-color: rgb(143,48,8); }
td.TdClassName
{
border-color: #8F3008;
}
.TagClassName
{
border-color: #8F3008;
}
</style>