#924962

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

Shades of Cadillac #924962

Tints of Cadillac #924962

Color information

#924962 (or 0x924962) is unknown color: approx Cadillac. HEX triplet: 92, 49 and 62. RGB value is (146,73,98). Sum of RGB (Red+Green+Blue) = 146+73+98=317 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.06% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 98 (38.67% from 255 or 30.91% from 317); Max value from RGB is 146 - color contains mainly: red. Hex color #924962 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924962 is #6DB69D. Grayscale: #616161. Windows color (decimal): -7190174 or 6441362. OLE color: 6441362.

HSL color Cylindrical-coordinate representation of color #924962: hue angle of 339.45º 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 #924962 is Cyan = 0, Magento = 0.5, Yellow = 0.33 and Black (K on CMYK) = 0.43.

Color convert

RGB1467398-
CMYK00.50.330.43
HSL339.45º33.33%42.94%-
HSV(B)339.45º50%57.25%-
XYZ16.4411.7612.96-
YUV97.68128.18162.47-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.06%
GREEN value IS 73 (28.91% from 255) = 23.03%
BLUE value IS 98 (38.67% from 255) = 30.91%
R=46.06%
G=23.03%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.33
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146739800.50.330.43339.4533.3342.94
Hex924962032212B153212b
Octal22211114206241535234153
Binary10010010100100111000100110010100001101011101010011100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924962; }

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

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

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

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

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

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

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

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