Shades of Saddle Brown #8A4D00
Tints of Saddle Brown #8A4D00
RGB
CMYK
RGB Variations
Color information
#8A4D00 (or 0x8A4D00) is known color: Saddle Brown. HEX triplet: 8A, 4D and 00. RGB value is (138,77,0). Sum of RGB (Red+Green+Blue) = 138+77+0=215 (28% of max value = 765). Red value is 138 (54.30% from 255 or 64.19% from 215); Green value is 77 (30.47% from 255 or 35.81% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A4D00 is #75B2FF. Grayscale: #565656. Windows color (decimal): -7713536 or 19850. OLE color: 19850.
HSL color Cylindrical-coordinate representation of color #8A4D00: hue angle of 33.48º 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 #8A4D00 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 77 | 0 | - |
| CMYK | 0 | 0.44 | 1 | 0.46 |
| HSL | 33.48º | 1% | 0.27% | - |
| HSV(B) | 33.48º | 1% | 0.54% | - |
| XYZ | 13.14 | 10.71 | 1.38 | - |
| YUV | 86.46 | 79.21 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 77 | 0 | 0 | 0.44 | 1 | 0.46 | 33.48 | 1 | 0.27 |
| Hex | 8A | 4D | 0 | 0 | 2C | 64 | 2E | 21 | 64 | 1B |
| Octal | 212 | 115 | 0 | 0 | 54 | 144 | 56 | 41 | 144 | 33 |
| Binary | 10001010 | 1001101 | 0 | 0 | 101100 | 1100100 | 101110 | 100001 | 1100100 | 11011 |
Color Harmonies of #8A4D00
Complementary color
Monochromatic Colors of #8A4D00
Black with #8A4D00
Text Example
Text Example
White with #8A4D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4D00; }
p { color: rgb(138,77,0); }
H1.HeaderClassName
{
color: #8A4D00;
}
.AnyTagClassName
{
color: #8A4D00;
}
</style>
background-color css
<style>
a { background-color: #8A4D00; }
a { background-color: rgb(138,77,0); }
div.DivClassName
{
background-color: #8A4D00;
}
.BgClassName
{
background-color: #8A4D00;
}
</style>
border-color css
<style>
span { border-color: #8A4D00; }
span { border-color: rgb(138,77,0); }
td.TdClassName
{
border-color: #8A4D00;
}
.TagClassName
{
border-color: #8A4D00;
}
</style>