#9D485D

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

Shades of Cadillac #9D485D

Tints of Cadillac #9D485D

Color information

#9D485D (or 0x9D485D) is unknown color: approx Cadillac. HEX triplet: 9D, 48 and 5D. RGB value is (157,72,93). Sum of RGB (Red+Green+Blue) = 157+72+93=322 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.76% from 322); Green value is 72 (28.52% from 255 or 22.36% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 157 - color contains mainly: red. Hex color #9D485D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D485D is #62B7A2. Grayscale: #636363. Windows color (decimal): -6469539 or 6113437. OLE color: 6113437.

HSL color Cylindrical-coordinate representation of color #9D485D: hue angle of 345.18º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9D485D is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB1577293-
CMYK00.540.410.38
HSL345.18º37.12%44.9%-
HSV(B)345.18º54.14%61.57%-
XYZ18.212.5911.83-
YUV99.81124.16168.79-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.76%
GREEN value IS 72 (28.52% from 255) = 22.36%
BLUE value IS 93 (36.72% from 255) = 28.88%
R=48.76%
G=22.36%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157729300.540.410.38345.1837.1244.9
Hex9D485D0362926159252d
Octal23511013506651465314555
Binary10011101100100010111010110110101001100110101011001100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D485D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D485D; }

 p { color: rgb(157,72,93); }

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

<style>
 a { background-color: #9D485D; }

 a { background-color: rgb(157,72,93); }

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

<style>
 span { border-color: #9D485D; }

 span { border-color: rgb(157,72,93); }

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