Shades of Saddle Brown #8A4109
Tints of Saddle Brown #8A4109
RGB
CMYK
RGB Variations
Color information
#8A4109 (or 0x8A4109) is known color: Saddle Brown. HEX triplet: 8A, 41 and 09. RGB value is (138,65,9). Sum of RGB (Red+Green+Blue) = 138+65+9=212 (28% of max value = 765). Red value is 138 (54.30% from 255 or 65.09% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 9 (3.91% from 255 or 4.25% from 212); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4109 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A4109 is #75BEF6. Grayscale: #505050. Windows color (decimal): -7716599 or 606602. OLE color: 606602.
HSL color Cylindrical-coordinate representation of color #8A4109: hue angle of 26.05º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8A4109 is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 65 | 9 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.46 |
| HSL | 26.05º | 0.88% | 0.29% | - |
| HSV(B) | 26.05º | 0.93% | 0.54% | - |
| XYZ | 12.42 | 9.2 | 1.38 | - |
| YUV | 80.44 | 87.68 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 65 | 9 | 0 | 0.53 | 0.93 | 0.46 | 26.05 | 0.88 | 0.29 |
| Hex | 8A | 41 | 9 | 0 | 35 | 5D | 2E | 1A | 58 | 1D |
| Octal | 212 | 101 | 11 | 0 | 65 | 135 | 56 | 32 | 130 | 35 |
| Binary | 10001010 | 1000001 | 1001 | 0 | 110101 | 1011101 | 101110 | 11010 | 1011000 | 11101 |
Color Harmonies of #8A4109
Complementary color
Monochromatic Colors of #8A4109
Black with #8A4109
Text Example
Text Example
White with #8A4109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4109; }
p { color: rgb(138,65,9); }
H1.HeaderClassName
{
color: #8A4109;
}
.AnyTagClassName
{
color: #8A4109;
}
</style>
background-color css
<style>
a { background-color: #8A4109; }
a { background-color: rgb(138,65,9); }
div.DivClassName
{
background-color: #8A4109;
}
.BgClassName
{
background-color: #8A4109;
}
</style>
border-color css
<style>
span { border-color: #8A4109; }
span { border-color: rgb(138,65,9); }
td.TdClassName
{
border-color: #8A4109;
}
.TagClassName
{
border-color: #8A4109;
}
</style>