Shades of Saddle Brown #8A310B
Tints of Saddle Brown #8A310B
RGB
CMYK
RGB Variations
Color information
#8A310B (or 0x8A310B) is known color: Saddle Brown. HEX triplet: 8A, 31 and 0B. RGB value is (138,49,11). Sum of RGB (Red+Green+Blue) = 138+49+11=198 (26% of max value = 765). Red value is 138 (54.30% from 255 or 69.70% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 11 (4.69% from 255 or 5.56% from 198); Max value from RGB is 138 - color contains mainly: red. Hex color #8A310B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A310B is #75CEF4. Grayscale: #474747. Windows color (decimal): -7720693 or 733578. OLE color: 733578.
HSL color Cylindrical-coordinate representation of color #8A310B: hue angle of 17.95º 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 #8A310B is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 49 | 11 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.46 |
| HSL | 17.95º | 0.85% | 0.29% | - |
| HSV(B) | 17.95º | 0.92% | 0.54% | - |
| XYZ | 11.64 | 7.62 | 1.17 | - |
| YUV | 71.28 | 93.99 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 49 | 11 | 0 | 0.64 | 0.92 | 0.46 | 17.95 | 0.85 | 0.29 |
| Hex | 8A | 31 | B | 0 | 40 | 5C | 2E | 12 | 55 | 1D |
| Octal | 212 | 61 | 13 | 0 | 100 | 134 | 56 | 22 | 125 | 35 |
| Binary | 10001010 | 110001 | 1011 | 0 | 1000000 | 1011100 | 101110 | 10010 | 1010101 | 11101 |
Color Harmonies of #8A310B
Complementary color
Monochromatic Colors of #8A310B
Black with #8A310B
Text Example
Text Example
White with #8A310B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A310B; }
p { color: rgb(138,49,11); }
H1.HeaderClassName
{
color: #8A310B;
}
.AnyTagClassName
{
color: #8A310B;
}
</style>
background-color css
<style>
a { background-color: #8A310B; }
a { background-color: rgb(138,49,11); }
div.DivClassName
{
background-color: #8A310B;
}
.BgClassName
{
background-color: #8A310B;
}
</style>
border-color css
<style>
span { border-color: #8A310B; }
span { border-color: rgb(138,49,11); }
td.TdClassName
{
border-color: #8A310B;
}
.TagClassName
{
border-color: #8A310B;
}
</style>