Shades of Saddle Brown #8F4E02
Tints of Saddle Brown #8F4E02
RGB
CMYK
RGB Variations
Color information
#8F4E02 (or 0x8F4E02) is known color: Saddle Brown. HEX triplet: 8F, 4E and 02. RGB value is (143,78,2). Sum of RGB (Red+Green+Blue) = 143+78+2=223 (29% of max value = 765). Red value is 143 (56.25% from 255 or 64.13% from 223); Green value is 78 (30.86% from 255 or 34.98% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4E02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F4E02 is #70B1FD. Grayscale: #595959. Windows color (decimal): -7385598 or 151183. OLE color: 151183.
HSL color Cylindrical-coordinate representation of color #8F4E02: hue angle of 32.34º 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 #8F4E02 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 78 | 2 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.44 |
| HSL | 32.34º | 0.97% | 0.28% | - |
| HSV(B) | 32.34º | 0.99% | 0.56% | - |
| XYZ | 14.06 | 11.29 | 1.5 | - |
| YUV | 88.77 | 79.03 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 78 | 2 | 0 | 0.45 | 0.99 | 0.44 | 32.34 | 0.97 | 0.28 |
| Hex | 8F | 4E | 2 | 0 | 2D | 63 | 2C | 20 | 61 | 1C |
| Octal | 217 | 116 | 2 | 0 | 55 | 143 | 54 | 40 | 141 | 34 |
| Binary | 10001111 | 1001110 | 10 | 0 | 101101 | 1100011 | 101100 | 100000 | 1100001 | 11100 |
Color Harmonies of #8F4E02
Complementary color
Monochromatic Colors of #8F4E02
Black with #8F4E02
Text Example
Text Example
White with #8F4E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4E02; }
p { color: rgb(143,78,2); }
H1.HeaderClassName
{
color: #8F4E02;
}
.AnyTagClassName
{
color: #8F4E02;
}
</style>
background-color css
<style>
a { background-color: #8F4E02; }
a { background-color: rgb(143,78,2); }
div.DivClassName
{
background-color: #8F4E02;
}
.BgClassName
{
background-color: #8F4E02;
}
</style>
border-color css
<style>
span { border-color: #8F4E02; }
span { border-color: rgb(143,78,2); }
td.TdClassName
{
border-color: #8F4E02;
}
.TagClassName
{
border-color: #8F4E02;
}
</style>