Shades of Saddle Brown #8D4C1C
Tints of Saddle Brown #8D4C1C
RGB
CMYK
RGB Variations
Color information
#8D4C1C (or 0x8D4C1C) is known color: Saddle Brown. HEX triplet: 8D, 4C and 1C. RGB value is (141,76,28). Sum of RGB (Red+Green+Blue) = 141+76+28=245 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.55% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 28 (11.33% from 255 or 11.43% from 245); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4C1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4C1C is #72B3E3. Grayscale: #5A5A5A. Windows color (decimal): -7517156 or 1854605. OLE color: 1854605.
HSL color Cylindrical-coordinate representation of color #8D4C1C: hue angle of 25.49º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8D4C1C is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 76 | 28 | - |
| CMYK | 0 | 0.46 | 0.80 | 0.45 |
| HSL | 25.49º | 0.67% | 0.33% | - |
| HSV(B) | 25.49º | 0.8% | 0.55% | - |
| XYZ | 13.78 | 10.92 | 2.48 | - |
| YUV | 89.96 | 93.03 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 76 | 28 | 0 | 0.46 | 0.80 | 0.45 | 25.49 | 0.67 | 0.33 |
| Hex | 8D | 4C | 1C | 0 | 2E | 50 | 2D | 19 | 43 | 21 |
| Octal | 215 | 114 | 34 | 0 | 56 | 120 | 55 | 31 | 103 | 41 |
| Binary | 10001101 | 1001100 | 11100 | 0 | 101110 | 1010000 | 101101 | 11001 | 1000011 | 100001 |
Color Harmonies of #8D4C1C
Complementary color
Monochromatic Colors of #8D4C1C
Black with #8D4C1C
Text Example
Text Example
White with #8D4C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4C1C; }
p { color: rgb(141,76,28); }
H1.HeaderClassName
{
color: #8D4C1C;
}
.AnyTagClassName
{
color: #8D4C1C;
}
</style>
background-color css
<style>
a { background-color: #8D4C1C; }
a { background-color: rgb(141,76,28); }
div.DivClassName
{
background-color: #8D4C1C;
}
.BgClassName
{
background-color: #8D4C1C;
}
</style>
border-color css
<style>
span { border-color: #8D4C1C; }
span { border-color: rgb(141,76,28); }
td.TdClassName
{
border-color: #8D4C1C;
}
.TagClassName
{
border-color: #8D4C1C;
}
</style>