Shades of Saddle Brown #8D4001
Tints of Saddle Brown #8D4001
RGB
CMYK
RGB Variations
Color information
#8D4001 (or 0x8D4001) is known color: Saddle Brown. HEX triplet: 8D, 40 and 01. RGB value is (141,64,1). Sum of RGB (Red+Green+Blue) = 141+64+1=206 (27% of max value = 765). Red value is 141 (55.47% from 255 or 68.45% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 1 (0.78% from 255 or 0.49% from 206); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D4001 is #72BFFE. Grayscale: #505050. Windows color (decimal): -7520255 or 82061. OLE color: 82061.
HSL color Cylindrical-coordinate representation of color #8D4001: hue angle of 27º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D4001 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 64 | 1 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.45 |
| HSL | 27º | 0.99% | 0.28% | - |
| HSV(B) | 27º | 0.99% | 0.55% | - |
| XYZ | 12.82 | 9.33 | 1.15 | - |
| YUV | 79.84 | 83.51 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 64 | 1 | 0 | 0.55 | 0.99 | 0.45 | 27 | 0.99 | 0.28 |
| Hex | 8D | 40 | 1 | 0 | 37 | 63 | 2D | 1B | 63 | 1C |
| Octal | 215 | 100 | 1 | 0 | 67 | 143 | 55 | 33 | 143 | 34 |
| Binary | 10001101 | 1000000 | 1 | 0 | 110111 | 1100011 | 101101 | 11011 | 1100011 | 11100 |
Color Harmonies of #8D4001
Complementary color
Monochromatic Colors of #8D4001
Black with #8D4001
Text Example
Text Example
White with #8D4001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4001; }
p { color: rgb(141,64,1); }
H1.HeaderClassName
{
color: #8D4001;
}
.AnyTagClassName
{
color: #8D4001;
}
</style>
background-color css
<style>
a { background-color: #8D4001; }
a { background-color: rgb(141,64,1); }
div.DivClassName
{
background-color: #8D4001;
}
.BgClassName
{
background-color: #8D4001;
}
</style>
border-color css
<style>
span { border-color: #8D4001; }
span { border-color: rgb(141,64,1); }
td.TdClassName
{
border-color: #8D4001;
}
.TagClassName
{
border-color: #8D4001;
}
</style>