Shades of Saddle Brown #8A440B
Tints of Saddle Brown #8A440B
RGB
CMYK
RGB Variations
Color information
#8A440B (or 0x8A440B) is known color: Saddle Brown. HEX triplet: 8A, 44 and 0B. RGB value is (138,68,11). Sum of RGB (Red+Green+Blue) = 138+68+11=217 (28% of max value = 765). Red value is 138 (54.30% from 255 or 63.59% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 11 (4.69% from 255 or 5.07% from 217); Max value from RGB is 138 - color contains mainly: red. Hex color #8A440B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A440B is #75BBF4. Grayscale: #525252. Windows color (decimal): -7715829 or 738442. OLE color: 738442.
HSL color Cylindrical-coordinate representation of color #8A440B: hue angle of 26.93º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8A440B is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 68 | 11 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.46 |
| HSL | 26.93º | 0.85% | 0.29% | - |
| HSV(B) | 26.93º | 0.92% | 0.54% | - |
| XYZ | 12.61 | 9.56 | 1.5 | - |
| YUV | 82.43 | 87.69 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 68 | 11 | 0 | 0.51 | 0.92 | 0.46 | 26.93 | 0.85 | 0.29 |
| Hex | 8A | 44 | B | 0 | 33 | 5C | 2E | 1B | 55 | 1D |
| Octal | 212 | 104 | 13 | 0 | 63 | 134 | 56 | 33 | 125 | 35 |
| Binary | 10001010 | 1000100 | 1011 | 0 | 110011 | 1011100 | 101110 | 11011 | 1010101 | 11101 |
Color Harmonies of #8A440B
Complementary color
Monochromatic Colors of #8A440B
Black with #8A440B
Text Example
Text Example
White with #8A440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A440B; }
p { color: rgb(138,68,11); }
H1.HeaderClassName
{
color: #8A440B;
}
.AnyTagClassName
{
color: #8A440B;
}
</style>
background-color css
<style>
a { background-color: #8A440B; }
a { background-color: rgb(138,68,11); }
div.DivClassName
{
background-color: #8A440B;
}
.BgClassName
{
background-color: #8A440B;
}
</style>
border-color css
<style>
span { border-color: #8A440B; }
span { border-color: rgb(138,68,11); }
td.TdClassName
{
border-color: #8A440B;
}
.TagClassName
{
border-color: #8A440B;
}
</style>