Shades of Saddle Brown #8D430D
Tints of Saddle Brown #8D430D
RGB
CMYK
RGB Variations
Color information
#8D430D (or 0x8D430D) is known color: Saddle Brown. HEX triplet: 8D, 43 and 0D. RGB value is (141,67,13). Sum of RGB (Red+Green+Blue) = 141+67+13=221 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.80% from 221); Green value is 67 (26.56% from 255 or 30.32% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 141 - color contains mainly: red. Hex color #8D430D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D430D is #72BCF2. Grayscale: #535353. Windows color (decimal): -7519475 or 869261. OLE color: 869261.
HSL color Cylindrical-coordinate representation of color #8D430D: hue angle of 25.31º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8D430D is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 67 | 13 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.45 |
| HSL | 25.31º | 0.83% | 0.3% | - |
| HSV(B) | 25.31º | 0.91% | 0.55% | - |
| XYZ | 13.06 | 9.71 | 1.57 | - |
| YUV | 82.97 | 88.52 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 67 | 13 | 0 | 0.52 | 0.91 | 0.45 | 25.31 | 0.83 | 0.3 |
| Hex | 8D | 43 | D | 0 | 34 | 5B | 2D | 19 | 53 | 1E |
| Octal | 215 | 103 | 15 | 0 | 64 | 133 | 55 | 31 | 123 | 36 |
| Binary | 10001101 | 1000011 | 1101 | 0 | 110100 | 1011011 | 101101 | 11001 | 1010011 | 11110 |
Color Harmonies of #8D430D
Complementary color
Monochromatic Colors of #8D430D
Black with #8D430D
Text Example
Text Example
White with #8D430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D430D; }
p { color: rgb(141,67,13); }
H1.HeaderClassName
{
color: #8D430D;
}
.AnyTagClassName
{
color: #8D430D;
}
</style>
background-color css
<style>
a { background-color: #8D430D; }
a { background-color: rgb(141,67,13); }
div.DivClassName
{
background-color: #8D430D;
}
.BgClassName
{
background-color: #8D430D;
}
</style>
border-color css
<style>
span { border-color: #8D430D; }
span { border-color: rgb(141,67,13); }
td.TdClassName
{
border-color: #8D430D;
}
.TagClassName
{
border-color: #8D430D;
}
</style>