Shades of Saddle Brown #8C3C0F
Tints of Saddle Brown #8C3C0F
RGB
CMYK
RGB Variations
Color information
#8C3C0F (or 0x8C3C0F) is known color: Saddle Brown. HEX triplet: 8C, 3C and 0F. RGB value is (140,60,15). Sum of RGB (Red+Green+Blue) = 140+60+15=215 (28% of max value = 765). Red value is 140 (55.08% from 255 or 65.12% from 215); Green value is 60 (23.83% from 255 or 27.91% from 215); Blue value is 15 (6.25% from 255 or 6.98% from 215); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3C0F is #73C3F0. Grayscale: #4F4F4F. Windows color (decimal): -7586801 or 998540. OLE color: 998540.
HSL color Cylindrical-coordinate representation of color #8C3C0F: hue angle of 21.6º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C3C0F is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 60 | 15 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.45 |
| HSL | 21.6º | 0.81% | 0.3% | - |
| HSV(B) | 21.6º | 0.89% | 0.55% | - |
| XYZ | 12.52 | 8.84 | 1.5 | - |
| YUV | 78.79 | 92 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 60 | 15 | 0 | 0.57 | 0.89 | 0.45 | 21.6 | 0.81 | 0.3 |
| Hex | 8C | 3C | F | 0 | 39 | 59 | 2D | 16 | 51 | 1E |
| Octal | 214 | 74 | 17 | 0 | 71 | 131 | 55 | 26 | 121 | 36 |
| Binary | 10001100 | 111100 | 1111 | 0 | 111001 | 1011001 | 101101 | 10110 | 1010001 | 11110 |
Color Harmonies of #8C3C0F
Complementary color
Monochromatic Colors of #8C3C0F
Black with #8C3C0F
Text Example
Text Example
White with #8C3C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3C0F; }
p { color: rgb(140,60,15); }
H1.HeaderClassName
{
color: #8C3C0F;
}
.AnyTagClassName
{
color: #8C3C0F;
}
</style>
background-color css
<style>
a { background-color: #8C3C0F; }
a { background-color: rgb(140,60,15); }
div.DivClassName
{
background-color: #8C3C0F;
}
.BgClassName
{
background-color: #8C3C0F;
}
</style>
border-color css
<style>
span { border-color: #8C3C0F; }
span { border-color: rgb(140,60,15); }
td.TdClassName
{
border-color: #8C3C0F;
}
.TagClassName
{
border-color: #8C3C0F;
}
</style>