Shades of Saddle Brown #8A411D
Tints of Saddle Brown #8A411D
RGB
CMYK
RGB Variations
Color information
#8A411D (or 0x8A411D) is known color: Saddle Brown. HEX triplet: 8A, 41 and 1D. RGB value is (138,65,29). Sum of RGB (Red+Green+Blue) = 138+65+29=232 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.48% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 29 (11.72% from 255 or 12.5% from 232); Max value from RGB is 138 - color contains mainly: red. Hex color #8A411D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A411D is #75BEE2. Grayscale: #525252. Windows color (decimal): -7716579 or 1917322. OLE color: 1917322.
HSL color Cylindrical-coordinate representation of color #8A411D: hue angle of 19.82º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8A411D is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 65 | 29 | - |
| CMYK | 0 | 0.53 | 0.79 | 0.46 |
| HSL | 19.82º | 0.65% | 0.33% | - |
| HSV(B) | 19.82º | 0.79% | 0.54% | - |
| XYZ | 12.59 | 9.27 | 2.29 | - |
| YUV | 82.72 | 97.68 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 65 | 29 | 0 | 0.53 | 0.79 | 0.46 | 19.82 | 0.65 | 0.33 |
| Hex | 8A | 41 | 1D | 0 | 35 | 4F | 2E | 14 | 41 | 21 |
| Octal | 212 | 101 | 35 | 0 | 65 | 117 | 56 | 24 | 101 | 41 |
| Binary | 10001010 | 1000001 | 11101 | 0 | 110101 | 1001111 | 101110 | 10100 | 1000001 | 100001 |
Color Harmonies of #8A411D
Complementary color
Monochromatic Colors of #8A411D
Black with #8A411D
Text Example
Text Example
White with #8A411D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A411D; }
p { color: rgb(138,65,29); }
H1.HeaderClassName
{
color: #8A411D;
}
.AnyTagClassName
{
color: #8A411D;
}
</style>
background-color css
<style>
a { background-color: #8A411D; }
a { background-color: rgb(138,65,29); }
div.DivClassName
{
background-color: #8A411D;
}
.BgClassName
{
background-color: #8A411D;
}
</style>
border-color css
<style>
span { border-color: #8A411D; }
span { border-color: rgb(138,65,29); }
td.TdClassName
{
border-color: #8A411D;
}
.TagClassName
{
border-color: #8A411D;
}
</style>