Shades of Saddle Brown #8A4406
Tints of Saddle Brown #8A4406
RGB
CMYK
RGB Variations
Color information
#8A4406 (or 0x8A4406) is known color: Saddle Brown. HEX triplet: 8A, 44 and 06. RGB value is (138,68,6). Sum of RGB (Red+Green+Blue) = 138+68+6=212 (28% of max value = 765). Red value is 138 (54.30% from 255 or 65.09% from 212); Green value is 68 (26.95% from 255 or 32.08% from 212); Blue value is 6 (2.73% from 255 or 2.83% from 212); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4406 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A4406 is #75BBF9. Grayscale: #525252. Windows color (decimal): -7715834 or 410762. OLE color: 410762.
HSL color Cylindrical-coordinate representation of color #8A4406: hue angle of 28.18º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8A4406 is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 68 | 6 | - |
| CMYK | 0 | 0.51 | 0.96 | 0.46 |
| HSL | 28.18º | 0.92% | 0.28% | - |
| HSV(B) | 28.18º | 0.96% | 0.54% | - |
| XYZ | 12.58 | 9.55 | 1.35 | - |
| YUV | 81.86 | 85.19 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 68 | 6 | 0 | 0.51 | 0.96 | 0.46 | 28.18 | 0.92 | 0.28 |
| Hex | 8A | 44 | 6 | 0 | 33 | 60 | 2E | 1C | 5C | 1C |
| Octal | 212 | 104 | 6 | 0 | 63 | 140 | 56 | 34 | 134 | 34 |
| Binary | 10001010 | 1000100 | 110 | 0 | 110011 | 1100000 | 101110 | 11100 | 1011100 | 11100 |
Color Harmonies of #8A4406
Complementary color
Monochromatic Colors of #8A4406
Black with #8A4406
Text Example
Text Example
White with #8A4406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4406; }
p { color: rgb(138,68,6); }
H1.HeaderClassName
{
color: #8A4406;
}
.AnyTagClassName
{
color: #8A4406;
}
</style>
background-color css
<style>
a { background-color: #8A4406; }
a { background-color: rgb(138,68,6); }
div.DivClassName
{
background-color: #8A4406;
}
.BgClassName
{
background-color: #8A4406;
}
</style>
border-color css
<style>
span { border-color: #8A4406; }
span { border-color: rgb(138,68,6); }
td.TdClassName
{
border-color: #8A4406;
}
.TagClassName
{
border-color: #8A4406;
}
</style>