#904959

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

Shades of Cadillac #904959

Tints of Cadillac #904959

Color information

#904959 (or 0x904959) is unknown color: approx Cadillac. HEX triplet: 90, 49 and 59. RGB value is (144,73,89). Sum of RGB (Red+Green+Blue) = 144+73+89=306 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.06% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 89 (35.16% from 255 or 29.08% from 306); Max value from RGB is 144 - color contains mainly: red. Hex color #904959 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904959 is #6FB6A6. Grayscale: #606060. Windows color (decimal): -7321255 or 5851536. OLE color: 5851536.

HSL color Cylindrical-coordinate representation of color #904959: hue angle of 346.48º degrees, saturation: 0.33, 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 #904959 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB1447389-
CMYK00.490.380.44
HSL346.48º32.72%42.55%-
HSV(B)346.48º49.31%56.47%-
XYZ15.6911.4210.83-
YUV96.05124.02162.2-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 47.06%
GREEN value IS 73 (28.91% from 255) = 23.86%
BLUE value IS 89 (35.16% from 255) = 29.08%
R=47.06%
G=23.86%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144738900.490.380.44346.4832.7242.55
Hex904959031262C15a212b
Octal22011113106146545324153
Binary10010000100100110110010110001100110101100101011010100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904959; }

 p { color: rgb(144,73,89); }

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

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

 a { background-color: rgb(144,73,89); }

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

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

 span { border-color: rgb(144,73,89); }

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