Shades of Cadillac #8D4A57
Tints of Cadillac #8D4A57
RGB
CMYK
RGB Variations
Color information
#8D4A57 (or 0x8D4A57) is known color: Cadillac. HEX triplet: 8D, 4A and 57. RGB value is (141,74,87). Sum of RGB (Red+Green+Blue) = 141+74+87=302 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.69% from 302); Green value is 74 (29.30% from 255 or 24.50% from 302); Blue value is 87 (34.38% from 255 or 28.81% from 302); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4A57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4A57 is #72B5A8. Grayscale: #5F5F5F. Windows color (decimal): -7517609 or 5720717. OLE color: 5720717.
HSL color Cylindrical-coordinate representation of color #8D4A57: hue angle of 348.36º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8D4A57 is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 74 | 87 | - |
| CMYK | 0 | 0.48 | 0.38 | 0.45 |
| HSL | 348.36º | 0.31% | 0.42% | - |
| HSV(B) | 348.36º | 0.48% | 0.55% | - |
| XYZ | 15.15 | 11.25 | 10.39 | - |
| YUV | 95.52 | 123.2 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 74 | 87 | 0 | 0.48 | 0.38 | 0.45 | 348.36 | 0.31 | 0.42 |
| Hex | 8D | 4A | 57 | 0 | 30 | 26 | 2D | 15C | 1F | 2A |
| Octal | 215 | 112 | 127 | 0 | 60 | 46 | 55 | 534 | 37 | 52 |
| Binary | 10001101 | 1001010 | 1010111 | 0 | 110000 | 100110 | 101101 | 101011100 | 11111 | 101010 |
Color Harmonies of #8D4A57
Complementary color
Monochromatic Colors of #8D4A57
Black with #8D4A57
Text Example
Text Example
White with #8D4A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4A57; }
p { color: rgb(141,74,87); }
H1.HeaderClassName
{
color: #8D4A57;
}
.AnyTagClassName
{
color: #8D4A57;
}
</style>
background-color css
<style>
a { background-color: #8D4A57; }
a { background-color: rgb(141,74,87); }
div.DivClassName
{
background-color: #8D4A57;
}
.BgClassName
{
background-color: #8D4A57;
}
</style>
border-color css
<style>
span { border-color: #8D4A57; }
span { border-color: rgb(141,74,87); }
td.TdClassName
{
border-color: #8D4A57;
}
.TagClassName
{
border-color: #8D4A57;
}
</style>