Shades of Saddle Brown #8A4711
Tints of Saddle Brown #8A4711
RGB
CMYK
RGB Variations
Color information
#8A4711 (or 0x8A4711) is known color: Saddle Brown. HEX triplet: 8A, 47 and 11. RGB value is (138,71,17). Sum of RGB (Red+Green+Blue) = 138+71+17=226 (29% of max value = 765). Red value is 138 (54.30% from 255 or 61.06% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 17 (7.03% from 255 or 7.52% from 226); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A4711 is #75B8EE. Grayscale: #555555. Windows color (decimal): -7715055 or 1132426. OLE color: 1132426.
HSL color Cylindrical-coordinate representation of color #8A4711: hue angle of 26.78º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A4711 is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 71 | 17 | - |
| CMYK | 0 | 0.49 | 0.88 | 0.46 |
| HSL | 26.78º | 0.78% | 0.3% | - |
| HSV(B) | 26.78º | 0.88% | 0.54% | - |
| XYZ | 12.84 | 9.95 | 1.77 | - |
| YUV | 84.88 | 89.7 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 71 | 17 | 0 | 0.49 | 0.88 | 0.46 | 26.78 | 0.78 | 0.3 |
| Hex | 8A | 47 | 11 | 0 | 31 | 58 | 2E | 1B | 4E | 1E |
| Octal | 212 | 107 | 21 | 0 | 61 | 130 | 56 | 33 | 116 | 36 |
| Binary | 10001010 | 1000111 | 10001 | 0 | 110001 | 1011000 | 101110 | 11011 | 1001110 | 11110 |
Color Harmonies of #8A4711
Complementary color
Monochromatic Colors of #8A4711
Black with #8A4711
Text Example
Text Example
White with #8A4711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4711; }
p { color: rgb(138,71,17); }
H1.HeaderClassName
{
color: #8A4711;
}
.AnyTagClassName
{
color: #8A4711;
}
</style>
background-color css
<style>
a { background-color: #8A4711; }
a { background-color: rgb(138,71,17); }
div.DivClassName
{
background-color: #8A4711;
}
.BgClassName
{
background-color: #8A4711;
}
</style>
border-color css
<style>
span { border-color: #8A4711; }
span { border-color: rgb(138,71,17); }
td.TdClassName
{
border-color: #8A4711;
}
.TagClassName
{
border-color: #8A4711;
}
</style>