Shades of Saddle Brown #8D421B
Tints of Saddle Brown #8D421B
RGB
CMYK
RGB Variations
Color information
#8D421B (or 0x8D421B) is known color: Saddle Brown. HEX triplet: 8D, 42 and 1B. RGB value is (141,66,27). Sum of RGB (Red+Green+Blue) = 141+66+27=234 (30% of max value = 765). Red value is 141 (55.47% from 255 or 60.26% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 27 (10.94% from 255 or 11.54% from 234); Max value from RGB is 141 - color contains mainly: red. Hex color #8D421B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D421B is #72BDE4. Grayscale: #545454. Windows color (decimal): -7519717 or 1786509. OLE color: 1786509.
HSL color Cylindrical-coordinate representation of color #8D421B: hue angle of 20.53º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8D421B is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 66 | 27 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.45 |
| HSL | 20.53º | 0.68% | 0.33% | - |
| HSV(B) | 20.53º | 0.81% | 0.55% | - |
| XYZ | 13.13 | 9.64 | 2.21 | - |
| YUV | 83.98 | 95.85 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 66 | 27 | 0 | 0.53 | 0.81 | 0.45 | 20.53 | 0.68 | 0.33 |
| Hex | 8D | 42 | 1B | 0 | 35 | 51 | 2D | 15 | 44 | 21 |
| Octal | 215 | 102 | 33 | 0 | 65 | 121 | 55 | 25 | 104 | 41 |
| Binary | 10001101 | 1000010 | 11011 | 0 | 110101 | 1010001 | 101101 | 10101 | 1000100 | 100001 |
Color Harmonies of #8D421B
Complementary color
Monochromatic Colors of #8D421B
Black with #8D421B
Text Example
Text Example
White with #8D421B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D421B; }
p { color: rgb(141,66,27); }
H1.HeaderClassName
{
color: #8D421B;
}
.AnyTagClassName
{
color: #8D421B;
}
</style>
background-color css
<style>
a { background-color: #8D421B; }
a { background-color: rgb(141,66,27); }
div.DivClassName
{
background-color: #8D421B;
}
.BgClassName
{
background-color: #8D421B;
}
</style>
border-color css
<style>
span { border-color: #8D421B; }
span { border-color: rgb(141,66,27); }
td.TdClassName
{
border-color: #8D421B;
}
.TagClassName
{
border-color: #8D421B;
}
</style>