Shades of Saddle Brown #8A5400
Tints of Saddle Brown #8A5400
RGB
CMYK
RGB Variations
Color information
#8A5400 (or 0x8A5400) is known color: Saddle Brown. HEX triplet: 8A, 54 and 00. RGB value is (138,84,0). Sum of RGB (Red+Green+Blue) = 138+84+0=222 (29% of max value = 765). Red value is 138 (54.30% from 255 or 62.16% from 222); Green value is 84 (33.20% from 255 or 37.84% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A5400 is #75ABFF. Grayscale: #5A5A5A. Windows color (decimal): -7711744 or 21642. OLE color: 21642.
HSL color Cylindrical-coordinate representation of color #8A5400: hue angle of 36.52º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A5400 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 84 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.46 |
| HSL | 36.52º | 1% | 0.27% | - |
| HSV(B) | 36.52º | 1% | 0.54% | - |
| XYZ | 13.65 | 11.74 | 1.55 | - |
| YUV | 90.57 | 76.89 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 84 | 0 | 0 | 0.39 | 1 | 0.46 | 36.52 | 1 | 0.27 |
| Hex | 8A | 54 | 0 | 0 | 27 | 64 | 2E | 25 | 64 | 1B |
| Octal | 212 | 124 | 0 | 0 | 47 | 144 | 56 | 45 | 144 | 33 |
| Binary | 10001010 | 1010100 | 0 | 0 | 100111 | 1100100 | 101110 | 100101 | 1100100 | 11011 |
Color Harmonies of #8A5400
Complementary color
Monochromatic Colors of #8A5400
Black with #8A5400
Text Example
Text Example
White with #8A5400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5400; }
p { color: rgb(138,84,0); }
H1.HeaderClassName
{
color: #8A5400;
}
.AnyTagClassName
{
color: #8A5400;
}
</style>
background-color css
<style>
a { background-color: #8A5400; }
a { background-color: rgb(138,84,0); }
div.DivClassName
{
background-color: #8A5400;
}
.BgClassName
{
background-color: #8A5400;
}
</style>
border-color css
<style>
span { border-color: #8A5400; }
span { border-color: rgb(138,84,0); }
td.TdClassName
{
border-color: #8A5400;
}
.TagClassName
{
border-color: #8A5400;
}
</style>