Shades of Saddle Brown #8A4618
Tints of Saddle Brown #8A4618
RGB
CMYK
RGB Variations
Color information
#8A4618 (or 0x8A4618) is known color: Saddle Brown. HEX triplet: 8A, 46 and 18. RGB value is (138,70,24). Sum of RGB (Red+Green+Blue) = 138+70+24=232 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.48% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 24 (9.77% from 255 or 10.34% from 232); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4618 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A4618 is #75B9E7. Grayscale: #555555. Windows color (decimal): -7715304 or 1590922. OLE color: 1590922.
HSL color Cylindrical-coordinate representation of color #8A4618: hue angle of 24.21º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8A4618 is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 70 | 24 | - |
| CMYK | 0 | 0.49 | 0.83 | 0.46 |
| HSL | 24.21º | 0.7% | 0.32% | - |
| HSV(B) | 24.21º | 0.83% | 0.54% | - |
| XYZ | 12.84 | 9.85 | 2.09 | - |
| YUV | 85.09 | 93.53 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 70 | 24 | 0 | 0.49 | 0.83 | 0.46 | 24.21 | 0.7 | 0.32 |
| Hex | 8A | 46 | 18 | 0 | 31 | 53 | 2E | 18 | 46 | 20 |
| Octal | 212 | 106 | 30 | 0 | 61 | 123 | 56 | 30 | 106 | 40 |
| Binary | 10001010 | 1000110 | 11000 | 0 | 110001 | 1010011 | 101110 | 11000 | 1000110 | 100000 |
Color Harmonies of #8A4618
Complementary color
Monochromatic Colors of #8A4618
Black with #8A4618
Text Example
Text Example
White with #8A4618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4618; }
p { color: rgb(138,70,24); }
H1.HeaderClassName
{
color: #8A4618;
}
.AnyTagClassName
{
color: #8A4618;
}
</style>
background-color css
<style>
a { background-color: #8A4618; }
a { background-color: rgb(138,70,24); }
div.DivClassName
{
background-color: #8A4618;
}
.BgClassName
{
background-color: #8A4618;
}
</style>
border-color css
<style>
span { border-color: #8A4618; }
span { border-color: rgb(138,70,24); }
td.TdClassName
{
border-color: #8A4618;
}
.TagClassName
{
border-color: #8A4618;
}
</style>