Shades of Saddle Brown #8A5514
Tints of Saddle Brown #8A5514
RGB
CMYK
RGB Variations
Color information
#8A5514 (or 0x8A5514) is known color: Saddle Brown. HEX triplet: 8A, 55 and 14. RGB value is (138,85,20). Sum of RGB (Red+Green+Blue) = 138+85+20=243 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.79% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A5514 is #75AAEB. Grayscale: #5D5D5D. Windows color (decimal): -7711468 or 1332618. OLE color: 1332618.
HSL color Cylindrical-coordinate representation of color #8A5514: hue angle of 33.05º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A5514 is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 85 | 20 | - |
| CMYK | 0 | 0.38 | 0.86 | 0.46 |
| HSL | 33.05º | 0.75% | 0.31% | - |
| HSV(B) | 33.05º | 0.86% | 0.54% | - |
| XYZ | 13.86 | 11.95 | 2.24 | - |
| YUV | 93.44 | 86.56 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 85 | 20 | 0 | 0.38 | 0.86 | 0.46 | 33.05 | 0.75 | 0.31 |
| Hex | 8A | 55 | 14 | 0 | 26 | 56 | 2E | 21 | 4B | 1F |
| Octal | 212 | 125 | 24 | 0 | 46 | 126 | 56 | 41 | 113 | 37 |
| Binary | 10001010 | 1010101 | 10100 | 0 | 100110 | 1010110 | 101110 | 100001 | 1001011 | 11111 |
Color Harmonies of #8A5514
Complementary color
Monochromatic Colors of #8A5514
Black with #8A5514
Text Example
Text Example
White with #8A5514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5514; }
p { color: rgb(138,85,20); }
H1.HeaderClassName
{
color: #8A5514;
}
.AnyTagClassName
{
color: #8A5514;
}
</style>
background-color css
<style>
a { background-color: #8A5514; }
a { background-color: rgb(138,85,20); }
div.DivClassName
{
background-color: #8A5514;
}
.BgClassName
{
background-color: #8A5514;
}
</style>
border-color css
<style>
span { border-color: #8A5514; }
span { border-color: rgb(138,85,20); }
td.TdClassName
{
border-color: #8A5514;
}
.TagClassName
{
border-color: #8A5514;
}
</style>