Shades of Saddle Brown #8D3701
Tints of Saddle Brown #8D3701
RGB
CMYK
RGB Variations
Color information
#8D3701 (or 0x8D3701) is known color: Saddle Brown. HEX triplet: 8D, 37 and 01. RGB value is (141,55,1). Sum of RGB (Red+Green+Blue) = 141+55+1=197 (26% of max value = 765). Red value is 141 (55.47% from 255 or 71.57% from 197); Green value is 55 (21.88% from 255 or 27.92% from 197); Blue value is 1 (0.78% from 255 or 0.51% from 197); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3701 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D3701 is #72C8FE. Grayscale: #4A4A4A. Windows color (decimal): -7522559 or 79757. OLE color: 79757.
HSL color Cylindrical-coordinate representation of color #8D3701: hue angle of 23.14º degrees, saturation: 0.99, 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 #8D3701 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 55 | 1 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.45 |
| HSL | 23.14º | 0.99% | 0.28% | - |
| HSV(B) | 23.14º | 0.99% | 0.55% | - |
| XYZ | 12.36 | 8.4 | 1 | - |
| YUV | 74.56 | 86.49 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 55 | 1 | 0 | 0.61 | 0.99 | 0.45 | 23.14 | 0.99 | 0.28 |
| Hex | 8D | 37 | 1 | 0 | 3D | 63 | 2D | 17 | 63 | 1C |
| Octal | 215 | 67 | 1 | 0 | 75 | 143 | 55 | 27 | 143 | 34 |
| Binary | 10001101 | 110111 | 1 | 0 | 111101 | 1100011 | 101101 | 10111 | 1100011 | 11100 |
Color Harmonies of #8D3701
Complementary color
Monochromatic Colors of #8D3701
Black with #8D3701
Text Example
Text Example
White with #8D3701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3701; }
p { color: rgb(141,55,1); }
H1.HeaderClassName
{
color: #8D3701;
}
.AnyTagClassName
{
color: #8D3701;
}
</style>
background-color css
<style>
a { background-color: #8D3701; }
a { background-color: rgb(141,55,1); }
div.DivClassName
{
background-color: #8D3701;
}
.BgClassName
{
background-color: #8D3701;
}
</style>
border-color css
<style>
span { border-color: #8D3701; }
span { border-color: rgb(141,55,1); }
td.TdClassName
{
border-color: #8D3701;
}
.TagClassName
{
border-color: #8D3701;
}
</style>