Shades of Saddle Brown #8F4402
Tints of Saddle Brown #8F4402
RGB
CMYK
RGB Variations
Color information
#8F4402 (or 0x8F4402) is known color: Saddle Brown. HEX triplet: 8F, 44 and 02. RGB value is (143,68,2). Sum of RGB (Red+Green+Blue) = 143+68+2=213 (28% of max value = 765). Red value is 143 (56.25% from 255 or 67.14% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 2 (1.17% from 255 or 0.94% from 213); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F4402 is #70BBFD. Grayscale: #535353. Windows color (decimal): -7388158 or 148623. OLE color: 148623.
HSL color Cylindrical-coordinate representation of color #8F4402: hue angle of 28.09º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F4402 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 68 | 2 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.44 |
| HSL | 28.09º | 0.97% | 0.28% | - |
| HSV(B) | 28.09º | 0.99% | 0.56% | - |
| XYZ | 13.41 | 9.98 | 1.28 | - |
| YUV | 82.9 | 82.35 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 68 | 2 | 0 | 0.52 | 0.99 | 0.44 | 28.09 | 0.97 | 0.28 |
| Hex | 8F | 44 | 2 | 0 | 34 | 63 | 2C | 1C | 61 | 1C |
| Octal | 217 | 104 | 2 | 0 | 64 | 143 | 54 | 34 | 141 | 34 |
| Binary | 10001111 | 1000100 | 10 | 0 | 110100 | 1100011 | 101100 | 11100 | 1100001 | 11100 |
Color Harmonies of #8F4402
Complementary color
Monochromatic Colors of #8F4402
Black with #8F4402
Text Example
Text Example
White with #8F4402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4402; }
p { color: rgb(143,68,2); }
H1.HeaderClassName
{
color: #8F4402;
}
.AnyTagClassName
{
color: #8F4402;
}
</style>
background-color css
<style>
a { background-color: #8F4402; }
a { background-color: rgb(143,68,2); }
div.DivClassName
{
background-color: #8F4402;
}
.BgClassName
{
background-color: #8F4402;
}
</style>
border-color css
<style>
span { border-color: #8F4402; }
span { border-color: rgb(143,68,2); }
td.TdClassName
{
border-color: #8F4402;
}
.TagClassName
{
border-color: #8F4402;
}
</style>