Shades of Saddle Brown #8C320D
Tints of Saddle Brown #8C320D
RGB
CMYK
RGB Variations
Color information
#8C320D (or 0x8C320D) is known color: Saddle Brown. HEX triplet: 8C, 32 and 0D. RGB value is (140,50,13). Sum of RGB (Red+Green+Blue) = 140+50+13=203 (26% of max value = 765). Red value is 140 (55.08% from 255 or 68.97% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 140 - color contains mainly: red. Hex color #8C320D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C320D is #73CDF2. Grayscale: #484848. Windows color (decimal): -7589363 or 864908. OLE color: 864908.
HSL color Cylindrical-coordinate representation of color #8C320D: hue angle of 17.48º 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 #8C320D is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 50 | 13 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.45 |
| HSL | 17.48º | 0.83% | 0.3% | - |
| HSV(B) | 17.48º | 0.91% | 0.55% | - |
| XYZ | 12.03 | 7.89 | 1.27 | - |
| YUV | 72.69 | 94.32 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 50 | 13 | 0 | 0.64 | 0.91 | 0.45 | 17.48 | 0.83 | 0.3 |
| Hex | 8C | 32 | D | 0 | 40 | 5B | 2D | 11 | 53 | 1E |
| Octal | 214 | 62 | 15 | 0 | 100 | 133 | 55 | 21 | 123 | 36 |
| Binary | 10001100 | 110010 | 1101 | 0 | 1000000 | 1011011 | 101101 | 10001 | 1010011 | 11110 |
Color Harmonies of #8C320D
Complementary color
Monochromatic Colors of #8C320D
Black with #8C320D
Text Example
Text Example
White with #8C320D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C320D; }
p { color: rgb(140,50,13); }
H1.HeaderClassName
{
color: #8C320D;
}
.AnyTagClassName
{
color: #8C320D;
}
</style>
background-color css
<style>
a { background-color: #8C320D; }
a { background-color: rgb(140,50,13); }
div.DivClassName
{
background-color: #8C320D;
}
.BgClassName
{
background-color: #8C320D;
}
</style>
border-color css
<style>
span { border-color: #8C320D; }
span { border-color: rgb(140,50,13); }
td.TdClassName
{
border-color: #8C320D;
}
.TagClassName
{
border-color: #8C320D;
}
</style>