Shades of Saddle Brown #8C340F
Tints of Saddle Brown #8C340F
RGB
CMYK
RGB Variations
Color information
#8C340F (or 0x8C340F) is known color: Saddle Brown. HEX triplet: 8C, 34 and 0F. RGB value is (140,52,15). Sum of RGB (Red+Green+Blue) = 140+52+15=207 (27% of max value = 765). Red value is 140 (55.08% from 255 or 67.63% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 15 (6.25% from 255 or 7.25% from 207); Max value from RGB is 140 - color contains mainly: red. Hex color #8C340F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C340F is #73CBF0. Grayscale: #4A4A4A. Windows color (decimal): -7588849 or 996492. OLE color: 996492.
HSL color Cylindrical-coordinate representation of color #8C340F: hue angle of 17.76º 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 #8C340F is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 52 | 15 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.45 |
| HSL | 17.76º | 0.81% | 0.3% | - |
| HSV(B) | 17.76º | 0.89% | 0.55% | - |
| XYZ | 12.13 | 8.07 | 1.37 | - |
| YUV | 74.09 | 94.65 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 52 | 15 | 0 | 0.63 | 0.89 | 0.45 | 17.76 | 0.81 | 0.3 |
| Hex | 8C | 34 | F | 0 | 3F | 59 | 2D | 12 | 51 | 1E |
| Octal | 214 | 64 | 17 | 0 | 77 | 131 | 55 | 22 | 121 | 36 |
| Binary | 10001100 | 110100 | 1111 | 0 | 111111 | 1011001 | 101101 | 10010 | 1010001 | 11110 |
Color Harmonies of #8C340F
Complementary color
Monochromatic Colors of #8C340F
Black with #8C340F
Text Example
Text Example
White with #8C340F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C340F; }
p { color: rgb(140,52,15); }
H1.HeaderClassName
{
color: #8C340F;
}
.AnyTagClassName
{
color: #8C340F;
}
</style>
background-color css
<style>
a { background-color: #8C340F; }
a { background-color: rgb(140,52,15); }
div.DivClassName
{
background-color: #8C340F;
}
.BgClassName
{
background-color: #8C340F;
}
</style>
border-color css
<style>
span { border-color: #8C340F; }
span { border-color: rgb(140,52,15); }
td.TdClassName
{
border-color: #8C340F;
}
.TagClassName
{
border-color: #8C340F;
}
</style>