Shades of Saddle Brown #8D480F
Tints of Saddle Brown #8D480F
RGB
CMYK
RGB Variations
Color information
#8D480F (or 0x8D480F) is known color: Saddle Brown. HEX triplet: 8D, 48 and 0F. RGB value is (141,72,15). Sum of RGB (Red+Green+Blue) = 141+72+15=228 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.84% from 228); Green value is 72 (28.52% from 255 or 31.58% from 228); Blue value is 15 (6.25% from 255 or 6.58% from 228); Max value from RGB is 141 - color contains mainly: red. Hex color #8D480F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D480F is #72B7F0. Grayscale: #565656. Windows color (decimal): -7518193 or 1001613. OLE color: 1001613.
HSL color Cylindrical-coordinate representation of color #8D480F: hue angle of 27.14º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D480F is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 72 | 15 | - |
| CMYK | 0 | 0.49 | 0.89 | 0.45 |
| HSL | 27.14º | 0.81% | 0.31% | - |
| HSV(B) | 27.14º | 0.89% | 0.55% | - |
| XYZ | 13.39 | 10.33 | 1.74 | - |
| YUV | 86.13 | 87.86 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 72 | 15 | 0 | 0.49 | 0.89 | 0.45 | 27.14 | 0.81 | 0.31 |
| Hex | 8D | 48 | F | 0 | 31 | 59 | 2D | 1B | 51 | 1F |
| Octal | 215 | 110 | 17 | 0 | 61 | 131 | 55 | 33 | 121 | 37 |
| Binary | 10001101 | 1001000 | 1111 | 0 | 110001 | 1011001 | 101101 | 11011 | 1010001 | 11111 |
Color Harmonies of #8D480F
Complementary color
Monochromatic Colors of #8D480F
Black with #8D480F
Text Example
Text Example
White with #8D480F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D480F; }
p { color: rgb(141,72,15); }
H1.HeaderClassName
{
color: #8D480F;
}
.AnyTagClassName
{
color: #8D480F;
}
</style>
background-color css
<style>
a { background-color: #8D480F; }
a { background-color: rgb(141,72,15); }
div.DivClassName
{
background-color: #8D480F;
}
.BgClassName
{
background-color: #8D480F;
}
</style>
border-color css
<style>
span { border-color: #8D480F; }
span { border-color: rgb(141,72,15); }
td.TdClassName
{
border-color: #8D480F;
}
.TagClassName
{
border-color: #8D480F;
}
</style>