Shades of Saddle Brown #8D4002
Tints of Saddle Brown #8D4002
RGB
CMYK
RGB Variations
Color information
#8D4002 (or 0x8D4002) is known color: Saddle Brown. HEX triplet: 8D, 40 and 02. RGB value is (141,64,2). Sum of RGB (Red+Green+Blue) = 141+64+2=207 (27% of max value = 765). Red value is 141 (55.47% from 255 or 68.12% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 2 (1.17% from 255 or 0.97% from 207); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D4002 is #72BFFD. Grayscale: #505050. Windows color (decimal): -7520254 or 147597. OLE color: 147597.
HSL color Cylindrical-coordinate representation of color #8D4002: hue angle of 26.76º 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 #8D4002 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 64 | 2 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.45 |
| HSL | 26.76º | 0.97% | 0.28% | - |
| HSV(B) | 26.76º | 0.99% | 0.55% | - |
| XYZ | 12.83 | 9.33 | 1.18 | - |
| YUV | 79.96 | 84.01 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 64 | 2 | 0 | 0.55 | 0.99 | 0.45 | 26.76 | 0.97 | 0.28 |
| Hex | 8D | 40 | 2 | 0 | 37 | 63 | 2D | 1B | 61 | 1C |
| Octal | 215 | 100 | 2 | 0 | 67 | 143 | 55 | 33 | 141 | 34 |
| Binary | 10001101 | 1000000 | 10 | 0 | 110111 | 1100011 | 101101 | 11011 | 1100001 | 11100 |
Color Harmonies of #8D4002
Complementary color
Monochromatic Colors of #8D4002
Black with #8D4002
Text Example
Text Example
White with #8D4002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4002; }
p { color: rgb(141,64,2); }
H1.HeaderClassName
{
color: #8D4002;
}
.AnyTagClassName
{
color: #8D4002;
}
</style>
background-color css
<style>
a { background-color: #8D4002; }
a { background-color: rgb(141,64,2); }
div.DivClassName
{
background-color: #8D4002;
}
.BgClassName
{
background-color: #8D4002;
}
</style>
border-color css
<style>
span { border-color: #8D4002; }
span { border-color: rgb(141,64,2); }
td.TdClassName
{
border-color: #8D4002;
}
.TagClassName
{
border-color: #8D4002;
}
</style>