Shades of Saddle Brown #8A401E
Tints of Saddle Brown #8A401E
RGB
CMYK
RGB Variations
Color information
#8A401E (or 0x8A401E) is known color: Saddle Brown. HEX triplet: 8A, 40 and 1E. RGB value is (138,64,30). Sum of RGB (Red+Green+Blue) = 138+64+30=232 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.48% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 30 (12.11% from 255 or 12.93% from 232); Max value from RGB is 138 - color contains mainly: red. Hex color #8A401E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A401E is #75BFE1. Grayscale: #525252. Windows color (decimal): -7716834 or 1982602. OLE color: 1982602.
HSL color Cylindrical-coordinate representation of color #8A401E: hue angle of 18.89º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A401E is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 64 | 30 | - |
| CMYK | 0 | 0.54 | 0.78 | 0.46 |
| HSL | 18.89º | 0.64% | 0.33% | - |
| HSV(B) | 18.89º | 0.78% | 0.54% | - |
| XYZ | 12.55 | 9.16 | 2.34 | - |
| YUV | 82.25 | 98.52 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 64 | 30 | 0 | 0.54 | 0.78 | 0.46 | 18.89 | 0.64 | 0.33 |
| Hex | 8A | 40 | 1E | 0 | 36 | 4E | 2E | 13 | 40 | 21 |
| Octal | 212 | 100 | 36 | 0 | 66 | 116 | 56 | 23 | 100 | 41 |
| Binary | 10001010 | 1000000 | 11110 | 0 | 110110 | 1001110 | 101110 | 10011 | 1000000 | 100001 |
Color Harmonies of #8A401E
Complementary color
Monochromatic Colors of #8A401E
Black with #8A401E
Text Example
Text Example
White with #8A401E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A401E; }
p { color: rgb(138,64,30); }
H1.HeaderClassName
{
color: #8A401E;
}
.AnyTagClassName
{
color: #8A401E;
}
</style>
background-color css
<style>
a { background-color: #8A401E; }
a { background-color: rgb(138,64,30); }
div.DivClassName
{
background-color: #8A401E;
}
.BgClassName
{
background-color: #8A401E;
}
</style>
border-color css
<style>
span { border-color: #8A401E; }
span { border-color: rgb(138,64,30); }
td.TdClassName
{
border-color: #8A401E;
}
.TagClassName
{
border-color: #8A401E;
}
</style>