#924959

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

Shades of Cadillac #924959

Tints of Cadillac #924959

Color information

#924959 (or 0x924959) is unknown color: approx Cadillac. HEX triplet: 92, 49 and 59. RGB value is (146,73,89). Sum of RGB (Red+Green+Blue) = 146+73+89=308 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.40% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 89 (35.16% from 255 or 28.90% from 308); Max value from RGB is 146 - color contains mainly: red. Hex color #924959 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924959 is #6DB6A6. Grayscale: #606060. Windows color (decimal): -7190183 or 5851538. OLE color: 5851538.

HSL color Cylindrical-coordinate representation of color #924959: hue angle of 346.85º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #924959 is Cyan = 0, Magento = 0.5, Yellow = 0.39 and Black (K on CMYK) = 0.43.

Color convert

RGB1467389-
CMYK00.50.390.43
HSL346.85º33.33%42.94%-
HSV(B)346.85º50%57.25%-
XYZ16.0411.610.84-
YUV96.65123.68163.2-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.40%
GREEN value IS 73 (28.91% from 255) = 23.70%
BLUE value IS 89 (35.16% from 255) = 28.90%
R=47.40%
G=23.70%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.39
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146738900.50.390.43346.8533.3342.94
Hex924959032272B15b212b
Octal22211113106247535334153
Binary10010010100100110110010110010100111101011101011011100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924959; }

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

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

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

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

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

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

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

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