Shades of Saddle Brown #8F421B
Tints of Saddle Brown #8F421B
RGB
CMYK
RGB Variations
Color information
#8F421B (or 0x8F421B) is known color: Saddle Brown. HEX triplet: 8F, 42 and 1B. RGB value is (143,66,27). Sum of RGB (Red+Green+Blue) = 143+66+27=236 (31% of max value = 765). Red value is 143 (56.25% from 255 or 60.59% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 27 (10.94% from 255 or 11.44% from 236); Max value from RGB is 143 - color contains mainly: red. Hex color #8F421B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F421B is #70BDE4. Grayscale: #545454. Windows color (decimal): -7388645 or 1786511. OLE color: 1786511.
HSL color Cylindrical-coordinate representation of color #8F421B: hue angle of 20.17º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8F421B is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 66 | 27 | - |
| CMYK | 0 | 0.54 | 0.81 | 0.44 |
| HSL | 20.17º | 0.68% | 0.33% | - |
| HSV(B) | 20.17º | 0.81% | 0.56% | - |
| XYZ | 13.47 | 9.82 | 2.22 | - |
| YUV | 84.58 | 95.51 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 66 | 27 | 0 | 0.54 | 0.81 | 0.44 | 20.17 | 0.68 | 0.33 |
| Hex | 8F | 42 | 1B | 0 | 36 | 51 | 2C | 14 | 44 | 21 |
| Octal | 217 | 102 | 33 | 0 | 66 | 121 | 54 | 24 | 104 | 41 |
| Binary | 10001111 | 1000010 | 11011 | 0 | 110110 | 1010001 | 101100 | 10100 | 1000100 | 100001 |
Color Harmonies of #8F421B
Complementary color
Monochromatic Colors of #8F421B
Black with #8F421B
Text Example
Text Example
White with #8F421B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F421B; }
p { color: rgb(143,66,27); }
H1.HeaderClassName
{
color: #8F421B;
}
.AnyTagClassName
{
color: #8F421B;
}
</style>
background-color css
<style>
a { background-color: #8F421B; }
a { background-color: rgb(143,66,27); }
div.DivClassName
{
background-color: #8F421B;
}
.BgClassName
{
background-color: #8F421B;
}
</style>
border-color css
<style>
span { border-color: #8F421B; }
span { border-color: rgb(143,66,27); }
td.TdClassName
{
border-color: #8F421B;
}
.TagClassName
{
border-color: #8F421B;
}
</style>