Shades of Saddle Brown #8D4502
Tints of Saddle Brown #8D4502
RGB
CMYK
RGB Variations
Color information
#8D4502 (or 0x8D4502) is known color: Saddle Brown. HEX triplet: 8D, 45 and 02. RGB value is (141,69,2). Sum of RGB (Red+Green+Blue) = 141+69+2=212 (28% of max value = 765). Red value is 141 (55.47% from 255 or 66.51% from 212); Green value is 69 (27.34% from 255 or 32.55% from 212); Blue value is 2 (1.17% from 255 or 0.94% from 212); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D4502 is #72BAFD. Grayscale: #535353. Windows color (decimal): -7518974 or 148877. OLE color: 148877.
HSL color Cylindrical-coordinate representation of color #8D4502: hue angle of 28.92º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D4502 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 69 | 2 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.45 |
| HSL | 28.92º | 0.97% | 0.28% | - |
| HSV(B) | 28.92º | 0.99% | 0.55% | - |
| XYZ | 13.12 | 9.92 | 1.28 | - |
| YUV | 82.89 | 82.35 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 69 | 2 | 0 | 0.51 | 0.99 | 0.45 | 28.92 | 0.97 | 0.28 |
| Hex | 8D | 45 | 2 | 0 | 33 | 63 | 2D | 1D | 61 | 1C |
| Octal | 215 | 105 | 2 | 0 | 63 | 143 | 55 | 35 | 141 | 34 |
| Binary | 10001101 | 1000101 | 10 | 0 | 110011 | 1100011 | 101101 | 11101 | 1100001 | 11100 |
Color Harmonies of #8D4502
Complementary color
Monochromatic Colors of #8D4502
Black with #8D4502
Text Example
Text Example
White with #8D4502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4502; }
p { color: rgb(141,69,2); }
H1.HeaderClassName
{
color: #8D4502;
}
.AnyTagClassName
{
color: #8D4502;
}
</style>
background-color css
<style>
a { background-color: #8D4502; }
a { background-color: rgb(141,69,2); }
div.DivClassName
{
background-color: #8D4502;
}
.BgClassName
{
background-color: #8D4502;
}
</style>
border-color css
<style>
span { border-color: #8D4502; }
span { border-color: rgb(141,69,2); }
td.TdClassName
{
border-color: #8D4502;
}
.TagClassName
{
border-color: #8D4502;
}
</style>