#8D465E

Color #8D465E Cadillac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadillac #8D465E

Tints of Cadillac #8D465E

Color information

#8D465E (or 0x8D465E) is unknown color: approx Cadillac. HEX triplet: 8D, 46 and 5E. RGB value is (141,70,94). Sum of RGB (Red+Green+Blue) = 141+70+94=305 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.23% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 141 - color contains mainly: red. Hex color #8D465E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D465E is #72B9A1. Grayscale: #5D5D5D. Windows color (decimal): -7518626 or 6178445. OLE color: 6178445.

HSL color Cylindrical-coordinate representation of color #8D465E: hue angle of 339.72º degrees, saturation: 0.34, 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 #8D465E is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB1417094-
CMYK00.500.330.45
HSL339.72º33.65%41.37%-
HSV(B)339.72º50.35%55.29%-
XYZ15.210.8511.88-
YUV93.96128.02161.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 141 (55.47% from 255) = 46.23%
GREEN value IS 70 (27.73% from 255) = 22.95%
BLUE value IS 94 (37.11% from 255) = 30.82%
R=46.23%
G=22.95%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141709400.500.330.45339.7233.6541.37
Hex8D465E032212D1542229
Octal21510613606241555244251
Binary10001101100011010111100110010100001101101101010100100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D465E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D465E; }

 p { color: rgb(141,70,94); }

 H1.HeaderClassName
 {
   color: #8D465E;
 }
 .AnyTagClassName
 {
   color: #8D465E;
 }
</style>
background-color css

<style>
 a { background-color: #8D465E; }

 a { background-color: rgb(141,70,94); }

 div.DivClassName
 {
   background-color: #8D465E;
 }
 .BgClassName
 {
   background-color: #8D465E;
 }
</style>
border-color css

<style>
 span { border-color: #8D465E; }

 span { border-color: rgb(141,70,94); }

 td.TdClassName
 {
   border-color: #8D465E;
 }
 .TagClassName
 {
   border-color: #8D465E;
 }
</style>