Shades of Saddle Brown #8D430E
Tints of Saddle Brown #8D430E
RGB
CMYK
RGB Variations
Color information
#8D430E (or 0x8D430E) is known color: Saddle Brown. HEX triplet: 8D, 43 and 0E. RGB value is (141,67,14). Sum of RGB (Red+Green+Blue) = 141+67+14=222 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.51% from 222); Green value is 67 (26.56% from 255 or 30.18% from 222); Blue value is 14 (5.86% from 255 or 6.31% from 222); Max value from RGB is 141 - color contains mainly: red. Hex color #8D430E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D430E is #72BCF1. Grayscale: #535353. Windows color (decimal): -7519474 or 934797. OLE color: 934797.
HSL color Cylindrical-coordinate representation of color #8D430E: hue angle of 25.04º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8D430E is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 67 | 14 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.45 |
| HSL | 25.04º | 0.82% | 0.3% | - |
| HSV(B) | 25.04º | 0.9% | 0.55% | - |
| XYZ | 13.07 | 9.71 | 1.6 | - |
| YUV | 83.08 | 89.02 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 67 | 14 | 0 | 0.52 | 0.90 | 0.45 | 25.04 | 0.82 | 0.3 |
| Hex | 8D | 43 | E | 0 | 34 | 5A | 2D | 19 | 52 | 1E |
| Octal | 215 | 103 | 16 | 0 | 64 | 132 | 55 | 31 | 122 | 36 |
| Binary | 10001101 | 1000011 | 1110 | 0 | 110100 | 1011010 | 101101 | 11001 | 1010010 | 11110 |
Color Harmonies of #8D430E
Complementary color
Monochromatic Colors of #8D430E
Black with #8D430E
Text Example
Text Example
White with #8D430E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D430E; }
p { color: rgb(141,67,14); }
H1.HeaderClassName
{
color: #8D430E;
}
.AnyTagClassName
{
color: #8D430E;
}
</style>
background-color css
<style>
a { background-color: #8D430E; }
a { background-color: rgb(141,67,14); }
div.DivClassName
{
background-color: #8D430E;
}
.BgClassName
{
background-color: #8D430E;
}
</style>
border-color css
<style>
span { border-color: #8D430E; }
span { border-color: rgb(141,67,14); }
td.TdClassName
{
border-color: #8D430E;
}
.TagClassName
{
border-color: #8D430E;
}
</style>