Shades of Saddle Brown #8A4807
Tints of Saddle Brown #8A4807
RGB
CMYK
RGB Variations
Color information
#8A4807 (or 0x8A4807) is known color: Saddle Brown. HEX triplet: 8A, 48 and 07. RGB value is (138,72,7). Sum of RGB (Red+Green+Blue) = 138+72+7=217 (28% of max value = 765). Red value is 138 (54.30% from 255 or 63.59% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 7 (3.12% from 255 or 3.23% from 217); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4807 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A4807 is #75B7F8. Grayscale: #545454. Windows color (decimal): -7714809 or 477322. OLE color: 477322.
HSL color Cylindrical-coordinate representation of color #8A4807: hue angle of 29.77º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8A4807 is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 72 | 7 | - |
| CMYK | 0 | 0.48 | 0.95 | 0.46 |
| HSL | 29.77º | 0.9% | 0.28% | - |
| HSV(B) | 29.77º | 0.95% | 0.54% | - |
| XYZ | 12.84 | 10.05 | 1.46 | - |
| YUV | 84.32 | 84.37 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 72 | 7 | 0 | 0.48 | 0.95 | 0.46 | 29.77 | 0.9 | 0.28 |
| Hex | 8A | 48 | 7 | 0 | 30 | 5F | 2E | 1E | 5A | 1C |
| Octal | 212 | 110 | 7 | 0 | 60 | 137 | 56 | 36 | 132 | 34 |
| Binary | 10001010 | 1001000 | 111 | 0 | 110000 | 1011111 | 101110 | 11110 | 1011010 | 11100 |
Color Harmonies of #8A4807
Complementary color
Monochromatic Colors of #8A4807
Black with #8A4807
Text Example
Text Example
White with #8A4807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4807; }
p { color: rgb(138,72,7); }
H1.HeaderClassName
{
color: #8A4807;
}
.AnyTagClassName
{
color: #8A4807;
}
</style>
background-color css
<style>
a { background-color: #8A4807; }
a { background-color: rgb(138,72,7); }
div.DivClassName
{
background-color: #8A4807;
}
.BgClassName
{
background-color: #8A4807;
}
</style>
border-color css
<style>
span { border-color: #8A4807; }
span { border-color: rgb(138,72,7); }
td.TdClassName
{
border-color: #8A4807;
}
.TagClassName
{
border-color: #8A4807;
}
</style>