Shades of Saddle Brown #8F4619
Tints of Saddle Brown #8F4619
RGB
CMYK
RGB Variations
Color information
#8F4619 (or 0x8F4619) is known color: Saddle Brown. HEX triplet: 8F, 46 and 19. RGB value is (143,70,25). Sum of RGB (Red+Green+Blue) = 143+70+25=238 (31% of max value = 765). Red value is 143 (56.25% from 255 or 60.08% from 238); Green value is 70 (27.73% from 255 or 29.41% from 238); Blue value is 25 (10.16% from 255 or 10.50% from 238); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4619 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F4619 is #70B9E6. Grayscale: #565656. Windows color (decimal): -7387623 or 1656463. OLE color: 1656463.
HSL color Cylindrical-coordinate representation of color #8F4619: hue angle of 22.88º degrees, saturation: 0.7, 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 #8F4619 is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 70 | 25 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.44 |
| HSL | 22.88º | 0.7% | 0.33% | - |
| HSV(B) | 22.88º | 0.83% | 0.56% | - |
| XYZ | 13.69 | 10.29 | 2.18 | - |
| YUV | 86.7 | 93.18 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 70 | 25 | 0 | 0.51 | 0.83 | 0.44 | 22.88 | 0.7 | 0.33 |
| Hex | 8F | 46 | 19 | 0 | 33 | 53 | 2C | 17 | 46 | 21 |
| Octal | 217 | 106 | 31 | 0 | 63 | 123 | 54 | 27 | 106 | 41 |
| Binary | 10001111 | 1000110 | 11001 | 0 | 110011 | 1010011 | 101100 | 10111 | 1000110 | 100001 |
Color Harmonies of #8F4619
Complementary color
Monochromatic Colors of #8F4619
Black with #8F4619
Text Example
Text Example
White with #8F4619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4619; }
p { color: rgb(143,70,25); }
H1.HeaderClassName
{
color: #8F4619;
}
.AnyTagClassName
{
color: #8F4619;
}
</style>
background-color css
<style>
a { background-color: #8F4619; }
a { background-color: rgb(143,70,25); }
div.DivClassName
{
background-color: #8F4619;
}
.BgClassName
{
background-color: #8F4619;
}
</style>
border-color css
<style>
span { border-color: #8F4619; }
span { border-color: rgb(143,70,25); }
td.TdClassName
{
border-color: #8F4619;
}
.TagClassName
{
border-color: #8F4619;
}
</style>