Shades of Saddle Brown #8D4108
Tints of Saddle Brown #8D4108
RGB
CMYK
RGB Variations
Color information
#8D4108 (or 0x8D4108) is known color: Saddle Brown. HEX triplet: 8D, 41 and 08. RGB value is (141,65,8). Sum of RGB (Red+Green+Blue) = 141+65+8=214 (28% of max value = 765). Red value is 141 (55.47% from 255 or 65.89% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 8 (3.52% from 255 or 3.74% from 214); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4108 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D4108 is #72BEF7. Grayscale: #515151. Windows color (decimal): -7519992 or 541069. OLE color: 541069.
HSL color Cylindrical-coordinate representation of color #8D4108: hue angle of 25.71º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D4108 is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 65 | 8 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.45 |
| HSL | 25.71º | 0.89% | 0.29% | - |
| HSV(B) | 25.71º | 0.94% | 0.55% | - |
| XYZ | 12.92 | 9.46 | 1.37 | - |
| YUV | 81.23 | 86.68 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 65 | 8 | 0 | 0.54 | 0.94 | 0.45 | 25.71 | 0.89 | 0.29 |
| Hex | 8D | 41 | 8 | 0 | 36 | 5E | 2D | 1A | 59 | 1D |
| Octal | 215 | 101 | 10 | 0 | 66 | 136 | 55 | 32 | 131 | 35 |
| Binary | 10001101 | 1000001 | 1000 | 0 | 110110 | 1011110 | 101101 | 11010 | 1011001 | 11101 |
Color Harmonies of #8D4108
Complementary color
Monochromatic Colors of #8D4108
Black with #8D4108
Text Example
Text Example
White with #8D4108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4108; }
p { color: rgb(141,65,8); }
H1.HeaderClassName
{
color: #8D4108;
}
.AnyTagClassName
{
color: #8D4108;
}
</style>
background-color css
<style>
a { background-color: #8D4108; }
a { background-color: rgb(141,65,8); }
div.DivClassName
{
background-color: #8D4108;
}
.BgClassName
{
background-color: #8D4108;
}
</style>
border-color css
<style>
span { border-color: #8D4108; }
span { border-color: rgb(141,65,8); }
td.TdClassName
{
border-color: #8D4108;
}
.TagClassName
{
border-color: #8D4108;
}
</style>