Shades of Saddle Brown #8C500D
Tints of Saddle Brown #8C500D
RGB
CMYK
RGB Variations
Color information
#8C500D (or 0x8C500D) is known color: Saddle Brown. HEX triplet: 8C, 50 and 0D. RGB value is (140,80,13). Sum of RGB (Red+Green+Blue) = 140+80+13=233 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.09% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 140 - color contains mainly: red. Hex color #8C500D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C500D is #73AFF2. Grayscale: #5A5A5A. Windows color (decimal): -7581683 or 872588. OLE color: 872588.
HSL color Cylindrical-coordinate representation of color #8C500D: hue angle of 31.65º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C500D is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 80 | 13 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.45 |
| HSL | 31.65º | 0.83% | 0.3% | - |
| HSV(B) | 31.65º | 0.91% | 0.55% | - |
| XYZ | 13.76 | 11.34 | 1.84 | - |
| YUV | 90.3 | 84.38 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 80 | 13 | 0 | 0.43 | 0.91 | 0.45 | 31.65 | 0.83 | 0.3 |
| Hex | 8C | 50 | D | 0 | 2B | 5B | 2D | 20 | 53 | 1E |
| Octal | 214 | 120 | 15 | 0 | 53 | 133 | 55 | 40 | 123 | 36 |
| Binary | 10001100 | 1010000 | 1101 | 0 | 101011 | 1011011 | 101101 | 100000 | 1010011 | 11110 |
Color Harmonies of #8C500D
Complementary color
Monochromatic Colors of #8C500D
Black with #8C500D
Text Example
Text Example
White with #8C500D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C500D; }
p { color: rgb(140,80,13); }
H1.HeaderClassName
{
color: #8C500D;
}
.AnyTagClassName
{
color: #8C500D;
}
</style>
background-color css
<style>
a { background-color: #8C500D; }
a { background-color: rgb(140,80,13); }
div.DivClassName
{
background-color: #8C500D;
}
.BgClassName
{
background-color: #8C500D;
}
</style>
border-color css
<style>
span { border-color: #8C500D; }
span { border-color: rgb(140,80,13); }
td.TdClassName
{
border-color: #8C500D;
}
.TagClassName
{
border-color: #8C500D;
}
</style>