Shades of Saddle Brown #8D3F03
Tints of Saddle Brown #8D3F03
RGB
CMYK
RGB Variations
Color information
#8D3F03 (or 0x8D3F03) is known color: Saddle Brown. HEX triplet: 8D, 3F and 03. RGB value is (141,63,3). Sum of RGB (Red+Green+Blue) = 141+63+3=207 (27% of max value = 765). Red value is 141 (55.47% from 255 or 68.12% from 207); Green value is 63 (25% from 255 or 30.43% from 207); Blue value is 3 (1.56% from 255 or 1.45% from 207); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3F03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D3F03 is #72C0FC. Grayscale: #4F4F4F. Windows color (decimal): -7520509 or 212877. OLE color: 212877.
HSL color Cylindrical-coordinate representation of color #8D3F03: hue angle of 26.09º 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 #8D3F03 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 63 | 3 | - |
| CMYK | 0 | 0.55 | 0.98 | 0.45 |
| HSL | 26.09º | 0.96% | 0.28% | - |
| HSV(B) | 26.09º | 0.98% | 0.55% | - |
| XYZ | 12.78 | 9.22 | 1.19 | - |
| YUV | 79.48 | 84.84 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 63 | 3 | 0 | 0.55 | 0.98 | 0.45 | 26.09 | 0.96 | 0.28 |
| Hex | 8D | 3F | 3 | 0 | 37 | 62 | 2D | 1A | 60 | 1C |
| Octal | 215 | 77 | 3 | 0 | 67 | 142 | 55 | 32 | 140 | 34 |
| Binary | 10001101 | 111111 | 11 | 0 | 110111 | 1100010 | 101101 | 11010 | 1100000 | 11100 |
Color Harmonies of #8D3F03
Complementary color
Monochromatic Colors of #8D3F03
Black with #8D3F03
Text Example
Text Example
White with #8D3F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3F03; }
p { color: rgb(141,63,3); }
H1.HeaderClassName
{
color: #8D3F03;
}
.AnyTagClassName
{
color: #8D3F03;
}
</style>
background-color css
<style>
a { background-color: #8D3F03; }
a { background-color: rgb(141,63,3); }
div.DivClassName
{
background-color: #8D3F03;
}
.BgClassName
{
background-color: #8D3F03;
}
</style>
border-color css
<style>
span { border-color: #8D3F03; }
span { border-color: rgb(141,63,3); }
td.TdClassName
{
border-color: #8D3F03;
}
.TagClassName
{
border-color: #8D3F03;
}
</style>