Shades of Saddle Brown #8D431D
Tints of Saddle Brown #8D431D
RGB
CMYK
RGB Variations
Color information
#8D431D (or 0x8D431D) is known color: Saddle Brown. HEX triplet: 8D, 43 and 1D. RGB value is (141,67,29). Sum of RGB (Red+Green+Blue) = 141+67+29=237 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.49% from 237); Green value is 67 (26.56% from 255 or 28.27% from 237); Blue value is 29 (11.72% from 255 or 12.24% from 237); Max value from RGB is 141 - color contains mainly: red. Hex color #8D431D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D431D is #72BCE2. Grayscale: #555555. Windows color (decimal): -7519459 or 1917837. OLE color: 1917837.
HSL color Cylindrical-coordinate representation of color #8D431D: hue angle of 20.36º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8D431D is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 67 | 29 | - |
| CMYK | 0 | 0.52 | 0.79 | 0.45 |
| HSL | 20.36º | 0.66% | 0.33% | - |
| HSV(B) | 20.36º | 0.79% | 0.55% | - |
| XYZ | 13.21 | 9.77 | 2.35 | - |
| YUV | 84.79 | 96.52 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 67 | 29 | 0 | 0.52 | 0.79 | 0.45 | 20.36 | 0.66 | 0.33 |
| Hex | 8D | 43 | 1D | 0 | 34 | 4F | 2D | 14 | 42 | 21 |
| Octal | 215 | 103 | 35 | 0 | 64 | 117 | 55 | 24 | 102 | 41 |
| Binary | 10001101 | 1000011 | 11101 | 0 | 110100 | 1001111 | 101101 | 10100 | 1000010 | 100001 |
Color Harmonies of #8D431D
Complementary color
Monochromatic Colors of #8D431D
Black with #8D431D
Text Example
Text Example
White with #8D431D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D431D; }
p { color: rgb(141,67,29); }
H1.HeaderClassName
{
color: #8D431D;
}
.AnyTagClassName
{
color: #8D431D;
}
</style>
background-color css
<style>
a { background-color: #8D431D; }
a { background-color: rgb(141,67,29); }
div.DivClassName
{
background-color: #8D431D;
}
.BgClassName
{
background-color: #8D431D;
}
</style>
border-color css
<style>
span { border-color: #8D431D; }
span { border-color: rgb(141,67,29); }
td.TdClassName
{
border-color: #8D431D;
}
.TagClassName
{
border-color: #8D431D;
}
</style>