#8D4557

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

Shades of Cadillac #8D4557

Tints of Cadillac #8D4557

Color information

#8D4557 (or 0x8D4557) is unknown color: approx 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

RGB1416987-
CMYK00.510.380.45
HSL345º34.29%41.18%-
HSV(B)345º51.06%55.29%-
XYZ14.8310.6110.28-
YUV92.58124.85162.54-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.47%
GREEN value IS 69 (27.34% from 255) = 23.23%
BLUE value IS 87 (34.38% from 255) = 29.29%
R=47.47%
G=23.23%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141698700.510.380.4534534.2941.18
Hex8D4557033262D1592229
Octal21510512706346555314251
Binary10001101100010110101110110011100110101101101011001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>