Shades of Saddle Brown #8A490D
Tints of Saddle Brown #8A490D
RGB
CMYK
RGB Variations
Color information
#8A490D (or 0x8A490D) is known color: Saddle Brown. HEX triplet: 8A, 49 and 0D. RGB value is (138,73,13). Sum of RGB (Red+Green+Blue) = 138+73+13=224 (29% of max value = 765). Red value is 138 (54.30% from 255 or 61.61% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 138 - color contains mainly: red. Hex color #8A490D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A490D is #75B6F2. Grayscale: #555555. Windows color (decimal): -7714547 or 870794. OLE color: 870794.
HSL color Cylindrical-coordinate representation of color #8A490D: hue angle of 28.8º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8A490D is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 73 | 13 | - |
| CMYK | 0 | 0.47 | 0.91 | 0.46 |
| HSL | 28.8º | 0.83% | 0.3% | - |
| HSV(B) | 28.8º | 0.91% | 0.54% | - |
| XYZ | 12.94 | 10.2 | 1.67 | - |
| YUV | 85.6 | 87.03 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 73 | 13 | 0 | 0.47 | 0.91 | 0.46 | 28.8 | 0.83 | 0.3 |
| Hex | 8A | 49 | D | 0 | 2F | 5B | 2E | 1D | 53 | 1E |
| Octal | 212 | 111 | 15 | 0 | 57 | 133 | 56 | 35 | 123 | 36 |
| Binary | 10001010 | 1001001 | 1101 | 0 | 101111 | 1011011 | 101110 | 11101 | 1010011 | 11110 |
Color Harmonies of #8A490D
Complementary color
Monochromatic Colors of #8A490D
Black with #8A490D
Text Example
Text Example
White with #8A490D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A490D; }
p { color: rgb(138,73,13); }
H1.HeaderClassName
{
color: #8A490D;
}
.AnyTagClassName
{
color: #8A490D;
}
</style>
background-color css
<style>
a { background-color: #8A490D; }
a { background-color: rgb(138,73,13); }
div.DivClassName
{
background-color: #8A490D;
}
.BgClassName
{
background-color: #8A490D;
}
</style>
border-color css
<style>
span { border-color: #8A490D; }
span { border-color: rgb(138,73,13); }
td.TdClassName
{
border-color: #8A490D;
}
.TagClassName
{
border-color: #8A490D;
}
</style>