Shades of Saddle Brown #8F3502
Tints of Saddle Brown #8F3502
RGB
CMYK
RGB Variations
Color information
#8F3502 (or 0x8F3502) is known color: Saddle Brown. HEX triplet: 8F, 35 and 02. RGB value is (143,53,2). Sum of RGB (Red+Green+Blue) = 143+53+2=198 (26% of max value = 765). Red value is 143 (56.25% from 255 or 72.22% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 2 (1.17% from 255 or 1.01% from 198); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F3502 is #70CAFD. Grayscale: #4A4A4A. Windows color (decimal): -7391998 or 144783. OLE color: 144783.
HSL color Cylindrical-coordinate representation of color #8F3502: hue angle of 21.7º 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 #8F3502 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 53 | 2 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.44 |
| HSL | 21.7º | 0.97% | 0.28% | - |
| HSV(B) | 21.7º | 0.99% | 0.56% | - |
| XYZ | 12.61 | 8.39 | 1.01 | - |
| YUV | 74.1 | 87.32 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 53 | 2 | 0 | 0.63 | 0.99 | 0.44 | 21.7 | 0.97 | 0.28 |
| Hex | 8F | 35 | 2 | 0 | 3F | 63 | 2C | 16 | 61 | 1C |
| Octal | 217 | 65 | 2 | 0 | 77 | 143 | 54 | 26 | 141 | 34 |
| Binary | 10001111 | 110101 | 10 | 0 | 111111 | 1100011 | 101100 | 10110 | 1100001 | 11100 |
Color Harmonies of #8F3502
Complementary color
Monochromatic Colors of #8F3502
Black with #8F3502
Text Example
Text Example
White with #8F3502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3502; }
p { color: rgb(143,53,2); }
H1.HeaderClassName
{
color: #8F3502;
}
.AnyTagClassName
{
color: #8F3502;
}
</style>
background-color css
<style>
a { background-color: #8F3502; }
a { background-color: rgb(143,53,2); }
div.DivClassName
{
background-color: #8F3502;
}
.BgClassName
{
background-color: #8F3502;
}
</style>
border-color css
<style>
span { border-color: #8F3502; }
span { border-color: rgb(143,53,2); }
td.TdClassName
{
border-color: #8F3502;
}
.TagClassName
{
border-color: #8F3502;
}
</style>