Shades of Saddle Brown #8D480D
Tints of Saddle Brown #8D480D
RGB
CMYK
RGB Variations
Color information
#8D480D (or 0x8D480D) is known color: Saddle Brown. HEX triplet: 8D, 48 and 0D. RGB value is (141,72,13). Sum of RGB (Red+Green+Blue) = 141+72+13=226 (29% of max value = 765). Red value is 141 (55.47% from 255 or 62.39% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 13 (5.47% from 255 or 5.75% from 226); Max value from RGB is 141 - color contains mainly: red. Hex color #8D480D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D480D is #72B7F2. Grayscale: #565656. Windows color (decimal): -7518195 or 870541. OLE color: 870541.
HSL color Cylindrical-coordinate representation of color #8D480D: hue angle of 27.66º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8D480D is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 72 | 13 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.45 |
| HSL | 27.66º | 0.83% | 0.3% | - |
| HSV(B) | 27.66º | 0.91% | 0.55% | - |
| XYZ | 13.37 | 10.33 | 1.67 | - |
| YUV | 85.91 | 86.86 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 72 | 13 | 0 | 0.49 | 0.91 | 0.45 | 27.66 | 0.83 | 0.3 |
| Hex | 8D | 48 | D | 0 | 31 | 5B | 2D | 1C | 53 | 1E |
| Octal | 215 | 110 | 15 | 0 | 61 | 133 | 55 | 34 | 123 | 36 |
| Binary | 10001101 | 1001000 | 1101 | 0 | 110001 | 1011011 | 101101 | 11100 | 1010011 | 11110 |
Color Harmonies of #8D480D
Complementary color
Monochromatic Colors of #8D480D
Black with #8D480D
Text Example
Text Example
White with #8D480D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D480D; }
p { color: rgb(141,72,13); }
H1.HeaderClassName
{
color: #8D480D;
}
.AnyTagClassName
{
color: #8D480D;
}
</style>
background-color css
<style>
a { background-color: #8D480D; }
a { background-color: rgb(141,72,13); }
div.DivClassName
{
background-color: #8D480D;
}
.BgClassName
{
background-color: #8D480D;
}
</style>
border-color css
<style>
span { border-color: #8D480D; }
span { border-color: rgb(141,72,13); }
td.TdClassName
{
border-color: #8D480D;
}
.TagClassName
{
border-color: #8D480D;
}
</style>