Shades of Saddle Brown #8A4719
Tints of Saddle Brown #8A4719
RGB
CMYK
RGB Variations
Color information
#8A4719 (or 0x8A4719) is known color: Saddle Brown. HEX triplet: 8A, 47 and 19. RGB value is (138,71,25). Sum of RGB (Red+Green+Blue) = 138+71+25=234 (30% of max value = 765). Red value is 138 (54.30% from 255 or 58.97% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 25 (10.16% from 255 or 10.68% from 234); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4719 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A4719 is #75B8E6. Grayscale: #565656. Windows color (decimal): -7715047 or 1656714. OLE color: 1656714.
HSL color Cylindrical-coordinate representation of color #8A4719: hue angle of 24.42º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8A4719 is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 71 | 25 | - |
| CMYK | 0 | 0.49 | 0.82 | 0.46 |
| HSL | 24.42º | 0.69% | 0.32% | - |
| HSV(B) | 24.42º | 0.82% | 0.54% | - |
| XYZ | 12.91 | 9.98 | 2.17 | - |
| YUV | 85.79 | 93.7 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 71 | 25 | 0 | 0.49 | 0.82 | 0.46 | 24.42 | 0.69 | 0.32 |
| Hex | 8A | 47 | 19 | 0 | 31 | 52 | 2E | 18 | 45 | 20 |
| Octal | 212 | 107 | 31 | 0 | 61 | 122 | 56 | 30 | 105 | 40 |
| Binary | 10001010 | 1000111 | 11001 | 0 | 110001 | 1010010 | 101110 | 11000 | 1000101 | 100000 |
Color Harmonies of #8A4719
Complementary color
Monochromatic Colors of #8A4719
Black with #8A4719
Text Example
Text Example
White with #8A4719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4719; }
p { color: rgb(138,71,25); }
H1.HeaderClassName
{
color: #8A4719;
}
.AnyTagClassName
{
color: #8A4719;
}
</style>
background-color css
<style>
a { background-color: #8A4719; }
a { background-color: rgb(138,71,25); }
div.DivClassName
{
background-color: #8A4719;
}
.BgClassName
{
background-color: #8A4719;
}
</style>
border-color css
<style>
span { border-color: #8A4719; }
span { border-color: rgb(138,71,25); }
td.TdClassName
{
border-color: #8A4719;
}
.TagClassName
{
border-color: #8A4719;
}
</style>