#9A4D57

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

Shades of Cadillac #9A4D57

Tints of Cadillac #9A4D57

Color information

#9A4D57 (or 0x9A4D57) is unknown color: approx Cadillac. HEX triplet: 9A, 4D and 57. RGB value is (154,77,87). Sum of RGB (Red+Green+Blue) = 154+77+87=318 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.43% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 87 (34.38% from 255 or 27.36% from 318); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A4D57 is #65B2A8. Grayscale: #656565. Windows color (decimal): -6664873 or 5721498. OLE color: 5721498.

HSL color Cylindrical-coordinate representation of color #9A4D57: hue angle of 352.21º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9A4D57 is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.40.

Color convert

RGB1547787-
CMYK00.500.440.40
HSL352.21º33.33%45.29%-
HSV(B)352.21º50%60.39%-
XYZ17.712.8710.57-
YUV101.16120.01165.69-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 48.43%
GREEN value IS 77 (30.47% from 255) = 24.21%
BLUE value IS 87 (34.38% from 255) = 27.36%
R=48.43%
G=24.21%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154778700.500.440.40352.2133.3345.29
Hex9A4D570322C28160212d
Octal23211512706254505404155
Binary10011010100110110101110110010101100101000101100000100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,77,87); }

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

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

 a { background-color: rgb(154,77,87); }

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

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

 span { border-color: rgb(154,77,87); }

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