Shades of Saddle Brown #8D501D
Tints of Saddle Brown #8D501D
RGB
CMYK
RGB Variations
Color information
#8D501D (or 0x8D501D) is known color: Saddle Brown. HEX triplet: 8D, 50 and 1D. RGB value is (141,80,29). Sum of RGB (Red+Green+Blue) = 141+80+29=250 (33% of max value = 765). Red value is 141 (55.47% from 255 or 56.4% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 29 (11.72% from 255 or 11.6% from 250); Max value from RGB is 141 - color contains mainly: red. Hex color #8D501D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D501D is #72AFE2. Grayscale: #5C5C5C. Windows color (decimal): -7516131 or 1921165. OLE color: 1921165.
HSL color Cylindrical-coordinate representation of color #8D501D: hue angle of 27.32º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8D501D is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 80 | 29 | - |
| CMYK | 0 | 0.43 | 0.79 | 0.45 |
| HSL | 27.32º | 0.66% | 0.33% | - |
| HSV(B) | 27.32º | 0.79% | 0.55% | - |
| XYZ | 14.07 | 11.49 | 2.64 | - |
| YUV | 92.43 | 92.21 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 80 | 29 | 0 | 0.43 | 0.79 | 0.45 | 27.32 | 0.66 | 0.33 |
| Hex | 8D | 50 | 1D | 0 | 2B | 4F | 2D | 1B | 42 | 21 |
| Octal | 215 | 120 | 35 | 0 | 53 | 117 | 55 | 33 | 102 | 41 |
| Binary | 10001101 | 1010000 | 11101 | 0 | 101011 | 1001111 | 101101 | 11011 | 1000010 | 100001 |
Color Harmonies of #8D501D
Complementary color
Monochromatic Colors of #8D501D
Black with #8D501D
Text Example
Text Example
White with #8D501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D501D; }
p { color: rgb(141,80,29); }
H1.HeaderClassName
{
color: #8D501D;
}
.AnyTagClassName
{
color: #8D501D;
}
</style>
background-color css
<style>
a { background-color: #8D501D; }
a { background-color: rgb(141,80,29); }
div.DivClassName
{
background-color: #8D501D;
}
.BgClassName
{
background-color: #8D501D;
}
</style>
border-color css
<style>
span { border-color: #8D501D; }
span { border-color: rgb(141,80,29); }
td.TdClassName
{
border-color: #8D501D;
}
.TagClassName
{
border-color: #8D501D;
}
</style>