Shades of Saddle Brown #8A4517
Tints of Saddle Brown #8A4517
RGB
CMYK
RGB Variations
Color information
#8A4517 (or 0x8A4517) is known color: Saddle Brown. HEX triplet: 8A, 45 and 17. RGB value is (138,69,23). Sum of RGB (Red+Green+Blue) = 138+69+23=230 (30% of max value = 765). Red value is 138 (54.30% from 255 or 60% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 23 (9.38% from 255 or 10% from 230); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4517 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A4517 is #75BAE8. Grayscale: #545454. Windows color (decimal): -7715561 or 1525130. OLE color: 1525130.
HSL color Cylindrical-coordinate representation of color #8A4517: hue angle of 24º degrees, saturation: 0.71, 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 #8A4517 is Cyan = 0, Magento = 0.5, Yellow = 0.83 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 69 | 23 | - |
| CMYK | 0 | 0.5 | 0.83 | 0.46 |
| HSL | 24º | 0.71% | 0.32% | - |
| HSV(B) | 24º | 0.83% | 0.54% | - |
| XYZ | 12.76 | 9.72 | 2.01 | - |
| YUV | 84.39 | 93.36 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 69 | 23 | 0 | 0.5 | 0.83 | 0.46 | 24 | 0.71 | 0.32 |
| Hex | 8A | 45 | 17 | 0 | 32 | 53 | 2E | 18 | 47 | 20 |
| Octal | 212 | 105 | 27 | 0 | 62 | 123 | 56 | 30 | 107 | 40 |
| Binary | 10001010 | 1000101 | 10111 | 0 | 110010 | 1010011 | 101110 | 11000 | 1000111 | 100000 |
Color Harmonies of #8A4517
Complementary color
Monochromatic Colors of #8A4517
Black with #8A4517
Text Example
Text Example
White with #8A4517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4517; }
p { color: rgb(138,69,23); }
H1.HeaderClassName
{
color: #8A4517;
}
.AnyTagClassName
{
color: #8A4517;
}
</style>
background-color css
<style>
a { background-color: #8A4517; }
a { background-color: rgb(138,69,23); }
div.DivClassName
{
background-color: #8A4517;
}
.BgClassName
{
background-color: #8A4517;
}
</style>
border-color css
<style>
span { border-color: #8A4517; }
span { border-color: rgb(138,69,23); }
td.TdClassName
{
border-color: #8A4517;
}
.TagClassName
{
border-color: #8A4517;
}
</style>