Shades of Saddle Brown #8C340B
Tints of Saddle Brown #8C340B
RGB
CMYK
RGB Variations
Color information
#8C340B (or 0x8C340B) is known color: Saddle Brown. HEX triplet: 8C, 34 and 0B. RGB value is (140,52,11). Sum of RGB (Red+Green+Blue) = 140+52+11=203 (26% of max value = 765). Red value is 140 (55.08% from 255 or 68.97% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 11 (4.69% from 255 or 5.42% from 203); Max value from RGB is 140 - color contains mainly: red. Hex color #8C340B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C340B is #73CBF4. Grayscale: #494949. Windows color (decimal): -7588853 or 734348. OLE color: 734348.
HSL color Cylindrical-coordinate representation of color #8C340B: hue angle of 19.07º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8C340B is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 52 | 11 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.45 |
| HSL | 19.07º | 0.85% | 0.3% | - |
| HSV(B) | 19.07º | 0.92% | 0.55% | - |
| XYZ | 12.1 | 8.06 | 1.23 | - |
| YUV | 73.64 | 92.65 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 52 | 11 | 0 | 0.63 | 0.92 | 0.45 | 19.07 | 0.85 | 0.3 |
| Hex | 8C | 34 | B | 0 | 3F | 5C | 2D | 13 | 55 | 1E |
| Octal | 214 | 64 | 13 | 0 | 77 | 134 | 55 | 23 | 125 | 36 |
| Binary | 10001100 | 110100 | 1011 | 0 | 111111 | 1011100 | 101101 | 10011 | 1010101 | 11110 |
Color Harmonies of #8C340B
Complementary color
Monochromatic Colors of #8C340B
Black with #8C340B
Text Example
Text Example
White with #8C340B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C340B; }
p { color: rgb(140,52,11); }
H1.HeaderClassName
{
color: #8C340B;
}
.AnyTagClassName
{
color: #8C340B;
}
</style>
background-color css
<style>
a { background-color: #8C340B; }
a { background-color: rgb(140,52,11); }
div.DivClassName
{
background-color: #8C340B;
}
.BgClassName
{
background-color: #8C340B;
}
</style>
border-color css
<style>
span { border-color: #8C340B; }
span { border-color: rgb(140,52,11); }
td.TdClassName
{
border-color: #8C340B;
}
.TagClassName
{
border-color: #8C340B;
}
</style>