Shades of Cadillac #8D4557
Tints of Cadillac #8D4557
RGB
CMYK
RGB Variations
Color information
#8D4557 (or 0x8D4557) is known color: Cadillac. HEX triplet: 8D, 45 and 57. RGB value is (141,69,87). Sum of RGB (Red+Green+Blue) = 141+69+87=297 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.47% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 87 (34.38% from 255 or 29.29% from 297); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4557 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4557 is #72BAA8. Grayscale: #5C5C5C. Windows color (decimal): -7518889 or 5719437. OLE color: 5719437.
HSL color Cylindrical-coordinate representation of color #8D4557: hue angle of 345º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8D4557 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 69 | 87 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.45 |
| HSL | 345º | 0.34% | 0.41% | - |
| HSV(B) | 345º | 0.51% | 0.55% | - |
| XYZ | 14.83 | 10.61 | 10.28 | - |
| YUV | 92.58 | 124.85 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 69 | 87 | 0 | 0.51 | 0.38 | 0.45 | 345 | 0.34 | 0.41 |
| Hex | 8D | 45 | 57 | 0 | 33 | 26 | 2D | 159 | 22 | 29 |
| Octal | 215 | 105 | 127 | 0 | 63 | 46 | 55 | 531 | 42 | 51 |
| Binary | 10001101 | 1000101 | 1010111 | 0 | 110011 | 100110 | 101101 | 101011001 | 100010 | 101001 |
Color Harmonies of #8D4557
Complementary color
Monochromatic Colors of #8D4557
Black with #8D4557
Text Example
Text Example
White with #8D4557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4557; }
p { color: rgb(141,69,87); }
H1.HeaderClassName
{
color: #8D4557;
}
.AnyTagClassName
{
color: #8D4557;
}
</style>
background-color css
<style>
a { background-color: #8D4557; }
a { background-color: rgb(141,69,87); }
div.DivClassName
{
background-color: #8D4557;
}
.BgClassName
{
background-color: #8D4557;
}
</style>
border-color css
<style>
span { border-color: #8D4557; }
span { border-color: rgb(141,69,87); }
td.TdClassName
{
border-color: #8D4557;
}
.TagClassName
{
border-color: #8D4557;
}
</style>