#918479

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

Shades of Almond Frost #918479

Tints of Almond Frost #918479

Color information

#918479 (or 0x918479) is unknown color: approx Almond Frost. HEX triplet: 91, 84 and 79. RGB value is (145,132,121). Sum of RGB (Red+Green+Blue) = 145+132+121=398 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.43% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 121 (47.66% from 255 or 30.40% from 398); Max value from RGB is 145 - color contains mainly: red. Hex color #918479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918479 is #6E7B86. Grayscale: #868686. Windows color (decimal): -7240583 or 7963793. OLE color: 7963793.

HSL color Cylindrical-coordinate representation of color #918479: hue angle of 27.5º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #918479 is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB145132121-
CMYK00.090.170.43
HSL27.5º9.84%52.16%-
HSV(B)27.5º16.55%56.86%-
XYZ23.3823.921.47-
YUV134.63120.31135.39-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.43%
GREEN value IS 132 (51.95% from 255) = 33.17%
BLUE value IS 121 (47.66% from 255) = 30.40%
R=36.43%
G=33.17%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513212100.090.170.4327.59.8452.16
Hex91847909112B1ca34
Octal2212041710112153341264
Binary100100011000010011110010100110001101011111001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918479; }

 p { color: rgb(145,132,121); }

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

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

 a { background-color: rgb(145,132,121); }

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

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

 span { border-color: rgb(145,132,121); }

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