Shades of Saddle Brown #8A490B
Tints of Saddle Brown #8A490B
RGB
CMYK
RGB Variations
Color information
#8A490B (or 0x8A490B) is known color: Saddle Brown. HEX triplet: 8A, 49 and 0B. RGB value is (138,73,11). Sum of RGB (Red+Green+Blue) = 138+73+11=222 (29% of max value = 765). Red value is 138 (54.30% from 255 or 62.16% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 11 (4.69% from 255 or 4.95% from 222); Max value from RGB is 138 - color contains mainly: red. Hex color #8A490B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A490B is #75B6F4. Grayscale: #555555. Windows color (decimal): -7714549 or 739722. OLE color: 739722.
HSL color Cylindrical-coordinate representation of color #8A490B: hue angle of 29.29º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8A490B is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 73 | 11 | - |
| CMYK | 0 | 0.47 | 0.92 | 0.46 |
| HSL | 29.29º | 0.85% | 0.29% | - |
| HSV(B) | 29.29º | 0.92% | 0.54% | - |
| XYZ | 12.92 | 10.19 | 1.6 | - |
| YUV | 85.37 | 86.03 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 73 | 11 | 0 | 0.47 | 0.92 | 0.46 | 29.29 | 0.85 | 0.29 |
| Hex | 8A | 49 | B | 0 | 2F | 5C | 2E | 1D | 55 | 1D |
| Octal | 212 | 111 | 13 | 0 | 57 | 134 | 56 | 35 | 125 | 35 |
| Binary | 10001010 | 1001001 | 1011 | 0 | 101111 | 1011100 | 101110 | 11101 | 1010101 | 11101 |
Color Harmonies of #8A490B
Complementary color
Monochromatic Colors of #8A490B
Black with #8A490B
Text Example
Text Example
White with #8A490B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A490B; }
p { color: rgb(138,73,11); }
H1.HeaderClassName
{
color: #8A490B;
}
.AnyTagClassName
{
color: #8A490B;
}
</style>
background-color css
<style>
a { background-color: #8A490B; }
a { background-color: rgb(138,73,11); }
div.DivClassName
{
background-color: #8A490B;
}
.BgClassName
{
background-color: #8A490B;
}
</style>
border-color css
<style>
span { border-color: #8A490B; }
span { border-color: rgb(138,73,11); }
td.TdClassName
{
border-color: #8A490B;
}
.TagClassName
{
border-color: #8A490B;
}
</style>