Shades of Saddle Brown #8A4019
Tints of Saddle Brown #8A4019
RGB
CMYK
RGB Variations
Color information
#8A4019 (or 0x8A4019) is known color: Saddle Brown. HEX triplet: 8A, 40 and 19. RGB value is (138,64,25). Sum of RGB (Red+Green+Blue) = 138+64+25=227 (30% of max value = 765). Red value is 138 (54.30% from 255 or 60.79% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 25 (10.16% from 255 or 11.01% from 227); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A4019 is #75BFE6. Grayscale: #515151. Windows color (decimal): -7716839 or 1654922. OLE color: 1654922.
HSL color Cylindrical-coordinate representation of color #8A4019: hue angle of 20.71º 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 #8A4019 is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 64 | 25 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.46 |
| HSL | 20.71º | 0.69% | 0.32% | - |
| HSV(B) | 20.71º | 0.82% | 0.54% | - |
| XYZ | 12.49 | 9.14 | 2.03 | - |
| YUV | 81.68 | 96.02 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 64 | 25 | 0 | 0.54 | 0.82 | 0.46 | 20.71 | 0.69 | 0.32 |
| Hex | 8A | 40 | 19 | 0 | 36 | 52 | 2E | 15 | 45 | 20 |
| Octal | 212 | 100 | 31 | 0 | 66 | 122 | 56 | 25 | 105 | 40 |
| Binary | 10001010 | 1000000 | 11001 | 0 | 110110 | 1010010 | 101110 | 10101 | 1000101 | 100000 |
Color Harmonies of #8A4019
Complementary color
Monochromatic Colors of #8A4019
Black with #8A4019
Text Example
Text Example
White with #8A4019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4019; }
p { color: rgb(138,64,25); }
H1.HeaderClassName
{
color: #8A4019;
}
.AnyTagClassName
{
color: #8A4019;
}
</style>
background-color css
<style>
a { background-color: #8A4019; }
a { background-color: rgb(138,64,25); }
div.DivClassName
{
background-color: #8A4019;
}
.BgClassName
{
background-color: #8A4019;
}
</style>
border-color css
<style>
span { border-color: #8A4019; }
span { border-color: rgb(138,64,25); }
td.TdClassName
{
border-color: #8A4019;
}
.TagClassName
{
border-color: #8A4019;
}
</style>