Shades of Saddle Brown #8A4819
Tints of Saddle Brown #8A4819
RGB
CMYK
RGB Variations
Color information
#8A4819 (or 0x8A4819) is known color: Saddle Brown. HEX triplet: 8A, 48 and 19. RGB value is (138,72,25). Sum of RGB (Red+Green+Blue) = 138+72+25=235 (31% of max value = 765). Red value is 138 (54.30% from 255 or 58.72% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 25 (10.16% from 255 or 10.64% from 235); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4819 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A4819 is #75B7E6. Grayscale: #565656. Windows color (decimal): -7714791 or 1656970. OLE color: 1656970.
HSL color Cylindrical-coordinate representation of color #8A4819: hue angle of 24.96º 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 #8A4819 is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 72 | 25 | - |
| CMYK | 0 | 0.48 | 0.82 | 0.46 |
| HSL | 24.96º | 0.69% | 0.32% | - |
| HSV(B) | 24.96º | 0.82% | 0.54% | - |
| XYZ | 12.97 | 10.11 | 2.19 | - |
| YUV | 86.38 | 93.37 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 72 | 25 | 0 | 0.48 | 0.82 | 0.46 | 24.96 | 0.69 | 0.32 |
| Hex | 8A | 48 | 19 | 0 | 30 | 52 | 2E | 19 | 45 | 20 |
| Octal | 212 | 110 | 31 | 0 | 60 | 122 | 56 | 31 | 105 | 40 |
| Binary | 10001010 | 1001000 | 11001 | 0 | 110000 | 1010010 | 101110 | 11001 | 1000101 | 100000 |
Color Harmonies of #8A4819
Complementary color
Monochromatic Colors of #8A4819
Black with #8A4819
Text Example
Text Example
White with #8A4819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4819; }
p { color: rgb(138,72,25); }
H1.HeaderClassName
{
color: #8A4819;
}
.AnyTagClassName
{
color: #8A4819;
}
</style>
background-color css
<style>
a { background-color: #8A4819; }
a { background-color: rgb(138,72,25); }
div.DivClassName
{
background-color: #8A4819;
}
.BgClassName
{
background-color: #8A4819;
}
</style>
border-color css
<style>
span { border-color: #8A4819; }
span { border-color: rgb(138,72,25); }
td.TdClassName
{
border-color: #8A4819;
}
.TagClassName
{
border-color: #8A4819;
}
</style>