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