Shades of Saddle Brown #8A3C11
Tints of Saddle Brown #8A3C11
RGB
CMYK
RGB Variations
Color information
#8A3C11 (or 0x8A3C11) is known color: Saddle Brown. HEX triplet: 8A, 3C and 11. RGB value is (138,60,17). Sum of RGB (Red+Green+Blue) = 138+60+17=215 (28% of max value = 765). Red value is 138 (54.30% from 255 or 64.19% from 215); Green value is 60 (23.83% from 255 or 27.91% from 215); Blue value is 17 (7.03% from 255 or 7.91% from 215); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A3C11 is #75C3EE. Grayscale: #4E4E4E. Windows color (decimal): -7717871 or 1129610. OLE color: 1129610.
HSL color Cylindrical-coordinate representation of color #8A3C11: hue angle of 21.32º 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 #8A3C11 is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 60 | 17 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.46 |
| HSL | 21.32º | 0.78% | 0.3% | - |
| HSV(B) | 21.32º | 0.88% | 0.54% | - |
| XYZ | 12.2 | 8.68 | 1.56 | - |
| YUV | 78.42 | 93.34 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 60 | 17 | 0 | 0.57 | 0.88 | 0.46 | 21.32 | 0.78 | 0.3 |
| Hex | 8A | 3C | 11 | 0 | 39 | 58 | 2E | 15 | 4E | 1E |
| Octal | 212 | 74 | 21 | 0 | 71 | 130 | 56 | 25 | 116 | 36 |
| Binary | 10001010 | 111100 | 10001 | 0 | 111001 | 1011000 | 101110 | 10101 | 1001110 | 11110 |
Color Harmonies of #8A3C11
Complementary color
Monochromatic Colors of #8A3C11
Black with #8A3C11
Text Example
Text Example
White with #8A3C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3C11; }
p { color: rgb(138,60,17); }
H1.HeaderClassName
{
color: #8A3C11;
}
.AnyTagClassName
{
color: #8A3C11;
}
</style>
background-color css
<style>
a { background-color: #8A3C11; }
a { background-color: rgb(138,60,17); }
div.DivClassName
{
background-color: #8A3C11;
}
.BgClassName
{
background-color: #8A3C11;
}
</style>
border-color css
<style>
span { border-color: #8A3C11; }
span { border-color: rgb(138,60,17); }
td.TdClassName
{
border-color: #8A3C11;
}
.TagClassName
{
border-color: #8A3C11;
}
</style>