Shades of Saddle Brown #8D3700
Tints of Saddle Brown #8D3700
RGB
CMYK
RGB Variations
Color information
#8D3700 (or 0x8D3700) is known color: Saddle Brown. HEX triplet: 8D, 37 and 00. RGB value is (141,55,0). Sum of RGB (Red+Green+Blue) = 141+55+0=196 (25% of max value = 765). Red value is 141 (55.47% from 255 or 71.94% from 196); Green value is 55 (21.88% from 255 or 28.06% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D3700 is #72C8FF. Grayscale: #4A4A4A. Windows color (decimal): -7522560 or 14221. OLE color: 14221.
HSL color Cylindrical-coordinate representation of color #8D3700: hue angle of 23.4º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8D3700 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 55 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.45 |
| HSL | 23.4º | 1% | 0.28% | - |
| HSV(B) | 23.4º | 1% | 0.55% | - |
| XYZ | 12.35 | 8.4 | 0.97 | - |
| YUV | 74.44 | 85.99 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 55 | 0 | 0 | 0.61 | 1 | 0.45 | 23.4 | 1 | 0.28 |
| Hex | 8D | 37 | 0 | 0 | 3D | 64 | 2D | 17 | 64 | 1C |
| Octal | 215 | 67 | 0 | 0 | 75 | 144 | 55 | 27 | 144 | 34 |
| Binary | 10001101 | 110111 | 0 | 0 | 111101 | 1100100 | 101101 | 10111 | 1100100 | 11100 |
Color Harmonies of #8D3700
Complementary color
Monochromatic Colors of #8D3700
Black with #8D3700
Text Example
Text Example
White with #8D3700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3700; }
p { color: rgb(141,55,0); }
H1.HeaderClassName
{
color: #8D3700;
}
.AnyTagClassName
{
color: #8D3700;
}
</style>
background-color css
<style>
a { background-color: #8D3700; }
a { background-color: rgb(141,55,0); }
div.DivClassName
{
background-color: #8D3700;
}
.BgClassName
{
background-color: #8D3700;
}
</style>
border-color css
<style>
span { border-color: #8D3700; }
span { border-color: rgb(141,55,0); }
td.TdClassName
{
border-color: #8D3700;
}
.TagClassName
{
border-color: #8D3700;
}
</style>