Shades of Saddle Brown #8F3702
Tints of Saddle Brown #8F3702
RGB
CMYK
RGB Variations
Color information
#8F3702 (or 0x8F3702) is known color: Saddle Brown. HEX triplet: 8F, 37 and 02. RGB value is (143,55,2). Sum of RGB (Red+Green+Blue) = 143+55+2=200 (26% of max value = 765). Red value is 143 (56.25% from 255 or 71.5% from 200); Green value is 55 (21.88% from 255 or 27.5% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F3702 is #70C8FD. Grayscale: #4B4B4B. Windows color (decimal): -7391486 or 145295. OLE color: 145295.
HSL color Cylindrical-coordinate representation of color #8F3702: hue angle of 22.55º 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 #8F3702 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 55 | 2 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.44 |
| HSL | 22.55º | 0.97% | 0.28% | - |
| HSV(B) | 22.55º | 0.99% | 0.56% | - |
| XYZ | 12.7 | 8.58 | 1.04 | - |
| YUV | 75.27 | 86.65 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 55 | 2 | 0 | 0.62 | 0.99 | 0.44 | 22.55 | 0.97 | 0.28 |
| Hex | 8F | 37 | 2 | 0 | 3E | 63 | 2C | 17 | 61 | 1C |
| Octal | 217 | 67 | 2 | 0 | 76 | 143 | 54 | 27 | 141 | 34 |
| Binary | 10001111 | 110111 | 10 | 0 | 111110 | 1100011 | 101100 | 10111 | 1100001 | 11100 |
Color Harmonies of #8F3702
Complementary color
Monochromatic Colors of #8F3702
Black with #8F3702
Text Example
Text Example
White with #8F3702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3702; }
p { color: rgb(143,55,2); }
H1.HeaderClassName
{
color: #8F3702;
}
.AnyTagClassName
{
color: #8F3702;
}
</style>
background-color css
<style>
a { background-color: #8F3702; }
a { background-color: rgb(143,55,2); }
div.DivClassName
{
background-color: #8F3702;
}
.BgClassName
{
background-color: #8F3702;
}
</style>
border-color css
<style>
span { border-color: #8F3702; }
span { border-color: rgb(143,55,2); }
td.TdClassName
{
border-color: #8F3702;
}
.TagClassName
{
border-color: #8F3702;
}
</style>