Shades of Saddle Brown #8C3206
Tints of Saddle Brown #8C3206
RGB
CMYK
RGB Variations
Color information
#8C3206 (or 0x8C3206) is known color: Saddle Brown. HEX triplet: 8C, 32 and 06. RGB value is (140,50,6). Sum of RGB (Red+Green+Blue) = 140+50+6=196 (25% of max value = 765). Red value is 140 (55.08% from 255 or 71.43% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 6 (2.73% from 255 or 3.06% from 196); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3206 is #73CDF9. Grayscale: #484848. Windows color (decimal): -7589370 or 406156. OLE color: 406156.
HSL color Cylindrical-coordinate representation of color #8C3206: hue angle of 19.7º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C3206 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 50 | 6 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.45 |
| HSL | 19.7º | 0.92% | 0.29% | - |
| HSV(B) | 19.7º | 0.96% | 0.55% | - |
| XYZ | 11.99 | 7.87 | 1.06 | - |
| YUV | 71.89 | 90.82 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 50 | 6 | 0 | 0.64 | 0.96 | 0.45 | 19.7 | 0.92 | 0.29 |
| Hex | 8C | 32 | 6 | 0 | 40 | 60 | 2D | 14 | 5C | 1D |
| Octal | 214 | 62 | 6 | 0 | 100 | 140 | 55 | 24 | 134 | 35 |
| Binary | 10001100 | 110010 | 110 | 0 | 1000000 | 1100000 | 101101 | 10100 | 1011100 | 11101 |
Color Harmonies of #8C3206
Complementary color
Monochromatic Colors of #8C3206
Black with #8C3206
Text Example
Text Example
White with #8C3206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3206; }
p { color: rgb(140,50,6); }
H1.HeaderClassName
{
color: #8C3206;
}
.AnyTagClassName
{
color: #8C3206;
}
</style>
background-color css
<style>
a { background-color: #8C3206; }
a { background-color: rgb(140,50,6); }
div.DivClassName
{
background-color: #8C3206;
}
.BgClassName
{
background-color: #8C3206;
}
</style>
border-color css
<style>
span { border-color: #8C3206; }
span { border-color: rgb(140,50,6); }
td.TdClassName
{
border-color: #8C3206;
}
.TagClassName
{
border-color: #8C3206;
}
</style>