Shades of Cadillac #8B4656
Tints of Cadillac #8B4656
RGB
CMYK
RGB Variations
Color information
#8B4656 (or 0x8B4656) is known color: Cadillac. HEX triplet: 8B, 46 and 56. RGB value is (139,70,86). Sum of RGB (Red+Green+Blue) = 139+70+86=295 (39% of max value = 765). Red value is 139 (54.69% from 255 or 47.12% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 86 (33.98% from 255 or 29.15% from 295); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4656 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4656 is #74B9A9. Grayscale: #5C5C5C. Windows color (decimal): -7649706 or 5654155. OLE color: 5654155.
HSL color Cylindrical-coordinate representation of color #8B4656: hue angle of 346.09º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B4656 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 70 | 86 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.45 |
| HSL | 346.09º | 0.33% | 0.41% | - |
| HSV(B) | 346.09º | 0.5% | 0.55% | - |
| XYZ | 14.52 | 10.54 | 10.07 | - |
| YUV | 92.46 | 124.36 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 70 | 86 | 0 | 0.50 | 0.38 | 0.45 | 346.09 | 0.33 | 0.41 |
| Hex | 8B | 46 | 56 | 0 | 32 | 26 | 2D | 15A | 21 | 29 |
| Octal | 213 | 106 | 126 | 0 | 62 | 46 | 55 | 532 | 41 | 51 |
| Binary | 10001011 | 1000110 | 1010110 | 0 | 110010 | 100110 | 101101 | 101011010 | 100001 | 101001 |
Color Harmonies of #8B4656
Complementary color
Monochromatic Colors of #8B4656
Black with #8B4656
Text Example
Text Example
White with #8B4656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4656; }
p { color: rgb(139,70,86); }
H1.HeaderClassName
{
color: #8B4656;
}
.AnyTagClassName
{
color: #8B4656;
}
</style>
background-color css
<style>
a { background-color: #8B4656; }
a { background-color: rgb(139,70,86); }
div.DivClassName
{
background-color: #8B4656;
}
.BgClassName
{
background-color: #8B4656;
}
</style>
border-color css
<style>
span { border-color: #8B4656; }
span { border-color: rgb(139,70,86); }
td.TdClassName
{
border-color: #8B4656;
}
.TagClassName
{
border-color: #8B4656;
}
</style>