Shades of Saddle Brown #8D3A03
Tints of Saddle Brown #8D3A03
RGB
CMYK
RGB Variations
Color information
#8D3A03 (or 0x8D3A03) is known color: Saddle Brown. HEX triplet: 8D, 3A and 03. RGB value is (141,58,3). Sum of RGB (Red+Green+Blue) = 141+58+3=202 (26% of max value = 765). Red value is 141 (55.47% from 255 or 69.80% from 202); Green value is 58 (23.05% from 255 or 28.71% from 202); Blue value is 3 (1.56% from 255 or 1.49% from 202); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3A03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D3A03 is #72C5FC. Grayscale: #4C4C4C. Windows color (decimal): -7521789 or 211597. OLE color: 211597.
HSL color Cylindrical-coordinate representation of color #8D3A03: hue angle of 23.91º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8D3A03 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 58 | 3 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.45 |
| HSL | 23.91º | 0.96% | 0.28% | - |
| HSV(B) | 23.91º | 0.98% | 0.55% | - |
| XYZ | 12.51 | 8.7 | 1.1 | - |
| YUV | 76.55 | 86.5 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 58 | 3 | 0 | 0.59 | 0.98 | 0.45 | 23.91 | 0.96 | 0.28 |
| Hex | 8D | 3A | 3 | 0 | 3B | 62 | 2D | 18 | 60 | 1C |
| Octal | 215 | 72 | 3 | 0 | 73 | 142 | 55 | 30 | 140 | 34 |
| Binary | 10001101 | 111010 | 11 | 0 | 111011 | 1100010 | 101101 | 11000 | 1100000 | 11100 |
Color Harmonies of #8D3A03
Complementary color
Monochromatic Colors of #8D3A03
Black with #8D3A03
Text Example
Text Example
White with #8D3A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3A03; }
p { color: rgb(141,58,3); }
H1.HeaderClassName
{
color: #8D3A03;
}
.AnyTagClassName
{
color: #8D3A03;
}
</style>
background-color css
<style>
a { background-color: #8D3A03; }
a { background-color: rgb(141,58,3); }
div.DivClassName
{
background-color: #8D3A03;
}
.BgClassName
{
background-color: #8D3A03;
}
</style>
border-color css
<style>
span { border-color: #8D3A03; }
span { border-color: rgb(141,58,3); }
td.TdClassName
{
border-color: #8D3A03;
}
.TagClassName
{
border-color: #8D3A03;
}
</style>