Shades of Saddle Brown #8A4E00
Tints of Saddle Brown #8A4E00
RGB
CMYK
RGB Variations
Color information
#8A4E00 (or 0x8A4E00) is known color: Saddle Brown. HEX triplet: 8A, 4E and 00. RGB value is (138,78,0). Sum of RGB (Red+Green+Blue) = 138+78+0=216 (28% of max value = 765). Red value is 138 (54.30% from 255 or 63.89% from 216); Green value is 78 (30.86% from 255 or 36.11% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A4E00 is #75B1FF. Grayscale: #575757. Windows color (decimal): -7713280 or 20106. OLE color: 20106.
HSL color Cylindrical-coordinate representation of color #8A4E00: hue angle of 33.91º 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 #8A4E00 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 78 | 0 | - |
| CMYK | 0 | 0.43 | 1 | 0.46 |
| HSL | 33.91º | 1% | 0.27% | - |
| HSV(B) | 33.91º | 1% | 0.54% | - |
| XYZ | 13.21 | 10.85 | 1.4 | - |
| YUV | 87.05 | 78.88 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 78 | 0 | 0 | 0.43 | 1 | 0.46 | 33.91 | 1 | 0.27 |
| Hex | 8A | 4E | 0 | 0 | 2B | 64 | 2E | 22 | 64 | 1B |
| Octal | 212 | 116 | 0 | 0 | 53 | 144 | 56 | 42 | 144 | 33 |
| Binary | 10001010 | 1001110 | 0 | 0 | 101011 | 1100100 | 101110 | 100010 | 1100100 | 11011 |
Color Harmonies of #8A4E00
Complementary color
Monochromatic Colors of #8A4E00
Black with #8A4E00
Text Example
Text Example
White with #8A4E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4E00; }
p { color: rgb(138,78,0); }
H1.HeaderClassName
{
color: #8A4E00;
}
.AnyTagClassName
{
color: #8A4E00;
}
</style>
background-color css
<style>
a { background-color: #8A4E00; }
a { background-color: rgb(138,78,0); }
div.DivClassName
{
background-color: #8A4E00;
}
.BgClassName
{
background-color: #8A4E00;
}
</style>
border-color css
<style>
span { border-color: #8A4E00; }
span { border-color: rgb(138,78,0); }
td.TdClassName
{
border-color: #8A4E00;
}
.TagClassName
{
border-color: #8A4E00;
}
</style>