Shades of Saddle Brown #8C4803
Tints of Saddle Brown #8C4803
RGB
CMYK
RGB Variations
Color information
#8C4803 (or 0x8C4803) is known color: Saddle Brown. HEX triplet: 8C, 48 and 03. RGB value is (140,72,3). Sum of RGB (Red+Green+Blue) = 140+72+3=215 (28% of max value = 765). Red value is 140 (55.08% from 255 or 65.12% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 3 (1.56% from 255 or 1.40% from 215); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4803 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C4803 is #73B7FC. Grayscale: #545454. Windows color (decimal): -7583741 or 215180. OLE color: 215180.
HSL color Cylindrical-coordinate representation of color #8C4803: hue angle of 30.22º 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 #8C4803 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 72 | 3 | - |
| CMYK | 0 | 0.49 | 0.98 | 0.45 |
| HSL | 30.22º | 0.96% | 0.28% | - |
| HSV(B) | 30.22º | 0.98% | 0.55% | - |
| XYZ | 13.15 | 10.22 | 1.37 | - |
| YUV | 84.47 | 82.03 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 72 | 3 | 0 | 0.49 | 0.98 | 0.45 | 30.22 | 0.96 | 0.28 |
| Hex | 8C | 48 | 3 | 0 | 31 | 62 | 2D | 1E | 60 | 1C |
| Octal | 214 | 110 | 3 | 0 | 61 | 142 | 55 | 36 | 140 | 34 |
| Binary | 10001100 | 1001000 | 11 | 0 | 110001 | 1100010 | 101101 | 11110 | 1100000 | 11100 |
Color Harmonies of #8C4803
Complementary color
Monochromatic Colors of #8C4803
Black with #8C4803
Text Example
Text Example
White with #8C4803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4803; }
p { color: rgb(140,72,3); }
H1.HeaderClassName
{
color: #8C4803;
}
.AnyTagClassName
{
color: #8C4803;
}
</style>
background-color css
<style>
a { background-color: #8C4803; }
a { background-color: rgb(140,72,3); }
div.DivClassName
{
background-color: #8C4803;
}
.BgClassName
{
background-color: #8C4803;
}
</style>
border-color css
<style>
span { border-color: #8C4803; }
span { border-color: rgb(140,72,3); }
td.TdClassName
{
border-color: #8C4803;
}
.TagClassName
{
border-color: #8C4803;
}
</style>