#974D5B

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

Shades of Cadillac #974D5B

Tints of Cadillac #974D5B

Color information

#974D5B (or 0x974D5B) is unknown color: approx Cadillac. HEX triplet: 97, 4D and 5B. RGB value is (151,77,91). Sum of RGB (Red+Green+Blue) = 151+77+91=319 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.34% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 151 - color contains mainly: red. Hex color #974D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #974D5B is #68B2A4. Grayscale: #646464. Windows color (decimal): -6861477 or 5983639. OLE color: 5983639.

HSL color Cylindrical-coordinate representation of color #974D5B: hue angle of 348.65º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #974D5B is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB1517791-
CMYK00.490.400.41
HSL348.65º32.46%44.71%-
HSV(B)348.65º49.01%59.22%-
XYZ17.312.6411.43-
YUV100.72122.52163.86-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.34%
GREEN value IS 77 (30.47% from 255) = 24.14%
BLUE value IS 91 (35.94% from 255) = 28.53%
R=47.34%
G=24.14%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151779100.490.400.41348.6532.4644.71
Hex974D5B031282915d202d
Octal22711513306150515354055
Binary10010111100110110110110110001101000101001101011101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974D5B; }

 p { color: rgb(151,77,91); }

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

<style>
 a { background-color: #974D5B; }

 a { background-color: rgb(151,77,91); }

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

<style>
 span { border-color: #974D5B; }

 span { border-color: rgb(151,77,91); }

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