Shades of Saddle Brown #8C490B
Tints of Saddle Brown #8C490B
RGB
CMYK
RGB Variations
Color information
#8C490B (or 0x8C490B) is known color: Saddle Brown. HEX triplet: 8C, 49 and 0B. RGB value is (140,73,11). Sum of RGB (Red+Green+Blue) = 140+73+11=224 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.5% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 11 (4.69% from 255 or 4.91% from 224); Max value from RGB is 140 - color contains mainly: red. Hex color #8C490B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C490B is #73B6F4. Grayscale: #565656. Windows color (decimal): -7583477 or 739724. OLE color: 739724.
HSL color Cylindrical-coordinate representation of color #8C490B: hue angle of 28.84º 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 #8C490B is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 73 | 11 | - |
| CMYK | 0 | 0.48 | 0.92 | 0.45 |
| HSL | 28.84º | 0.85% | 0.3% | - |
| HSV(B) | 28.84º | 0.92% | 0.55% | - |
| XYZ | 13.26 | 10.36 | 1.62 | - |
| YUV | 85.97 | 85.7 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 73 | 11 | 0 | 0.48 | 0.92 | 0.45 | 28.84 | 0.85 | 0.3 |
| Hex | 8C | 49 | B | 0 | 30 | 5C | 2D | 1D | 55 | 1E |
| Octal | 214 | 111 | 13 | 0 | 60 | 134 | 55 | 35 | 125 | 36 |
| Binary | 10001100 | 1001001 | 1011 | 0 | 110000 | 1011100 | 101101 | 11101 | 1010101 | 11110 |
Color Harmonies of #8C490B
Complementary color
Monochromatic Colors of #8C490B
Black with #8C490B
Text Example
Text Example
White with #8C490B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C490B; }
p { color: rgb(140,73,11); }
H1.HeaderClassName
{
color: #8C490B;
}
.AnyTagClassName
{
color: #8C490B;
}
</style>
background-color css
<style>
a { background-color: #8C490B; }
a { background-color: rgb(140,73,11); }
div.DivClassName
{
background-color: #8C490B;
}
.BgClassName
{
background-color: #8C490B;
}
</style>
border-color css
<style>
span { border-color: #8C490B; }
span { border-color: rgb(140,73,11); }
td.TdClassName
{
border-color: #8C490B;
}
.TagClassName
{
border-color: #8C490B;
}
</style>