#924961

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

Shades of Cadillac #924961

Tints of Cadillac #924961

Color information

#924961 (or 0x924961) is unknown color: approx Cadillac. HEX triplet: 92, 49 and 61. RGB value is (146,73,97). Sum of RGB (Red+Green+Blue) = 146+73+97=316 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.20% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 97 (38.28% from 255 or 30.70% from 316); Max value from RGB is 146 - color contains mainly: red. Hex color #924961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924961 is #6DB69E. Grayscale: #616161. Windows color (decimal): -7190175 or 6375826. OLE color: 6375826.

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

Color convert

RGB1467397-
CMYK00.50.340.43
HSL340.27º33.33%42.94%-
HSV(B)340.27º50%57.25%-
XYZ16.3911.7412.71-
YUV97.56127.68162.55-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.20%
GREEN value IS 73 (28.91% from 255) = 23.10%
BLUE value IS 97 (38.28% from 255) = 30.70%
R=46.20%
G=23.10%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146739700.50.340.43340.2733.3342.94
Hex924961032222B154212b
Octal22211114106242535244153
Binary10010010100100111000010110010100010101011101010100100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924961; }

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

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

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

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

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

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

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

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