#904A5E

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

Shades of Cadillac #904A5E

Tints of Cadillac #904A5E

Color information

#904A5E (or 0x904A5E) is unknown color: approx Cadillac. HEX triplet: 90, 4A and 5E. RGB value is (144,74,94). Sum of RGB (Red+Green+Blue) = 144+74+94=312 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.15% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 94 (37.11% from 255 or 30.13% from 312); Max value from RGB is 144 - color contains mainly: red. Hex color #904A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904A5E is #6FB5A1. Grayscale: #616161. Windows color (decimal): -7320994 or 6179472. OLE color: 6179472.

HSL color Cylindrical-coordinate representation of color #904A5E: hue angle of 342.86º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #904A5E is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB1447494-
CMYK00.490.350.44
HSL342.86º32.11%42.75%-
HSV(B)342.86º48.61%56.47%-
XYZ15.9711.6411.99-
YUV97.21126.19161.37-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.15%
GREEN value IS 74 (29.30% from 255) = 23.72%
BLUE value IS 94 (37.11% from 255) = 30.13%
R=46.15%
G=23.72%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144749400.490.350.44342.8632.1142.75
Hex904A5E031232C157202b
Octal22011213606143545274053
Binary10010000100101010111100110001100011101100101010111100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904A5E; }

 p { color: rgb(144,74,94); }

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

<style>
 a { background-color: #904A5E; }

 a { background-color: rgb(144,74,94); }

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

<style>
 span { border-color: #904A5E; }

 span { border-color: rgb(144,74,94); }

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