Shades of Saddle Brown #8D4B1D
Tints of Saddle Brown #8D4B1D
RGB
CMYK
RGB Variations
Color information
#8D4B1D (or 0x8D4B1D) is known color: Saddle Brown. HEX triplet: 8D, 4B and 1D. RGB value is (141,75,29). Sum of RGB (Red+Green+Blue) = 141+75+29=245 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.55% from 245); Green value is 75 (29.69% from 255 or 30.61% from 245); Blue value is 29 (11.72% from 255 or 11.84% from 245); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4B1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4B1D is #72B4E2. Grayscale: #595959. Windows color (decimal): -7517411 or 1919885. OLE color: 1919885.
HSL color Cylindrical-coordinate representation of color #8D4B1D: hue angle of 24.64º 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 #8D4B1D is Cyan = 0, Magento = 0.47, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 75 | 29 | - |
| CMYK | 0 | 0.47 | 0.79 | 0.45 |
| HSL | 24.64º | 0.66% | 0.33% | - |
| HSV(B) | 24.64º | 0.79% | 0.55% | - |
| XYZ | 13.72 | 10.78 | 2.52 | - |
| YUV | 89.49 | 93.87 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 75 | 29 | 0 | 0.47 | 0.79 | 0.45 | 24.64 | 0.66 | 0.33 |
| Hex | 8D | 4B | 1D | 0 | 2F | 4F | 2D | 19 | 42 | 21 |
| Octal | 215 | 113 | 35 | 0 | 57 | 117 | 55 | 31 | 102 | 41 |
| Binary | 10001101 | 1001011 | 11101 | 0 | 101111 | 1001111 | 101101 | 11001 | 1000010 | 100001 |
Color Harmonies of #8D4B1D
Complementary color
Monochromatic Colors of #8D4B1D
Black with #8D4B1D
Text Example
Text Example
White with #8D4B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4B1D; }
p { color: rgb(141,75,29); }
H1.HeaderClassName
{
color: #8D4B1D;
}
.AnyTagClassName
{
color: #8D4B1D;
}
</style>
background-color css
<style>
a { background-color: #8D4B1D; }
a { background-color: rgb(141,75,29); }
div.DivClassName
{
background-color: #8D4B1D;
}
.BgClassName
{
background-color: #8D4B1D;
}
</style>
border-color css
<style>
span { border-color: #8D4B1D; }
span { border-color: rgb(141,75,29); }
td.TdClassName
{
border-color: #8D4B1D;
}
.TagClassName
{
border-color: #8D4B1D;
}
</style>