#918379

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

Shades of Almond Frost #918379

Tints of Almond Frost #918379

Color information

#918379 (or 0x918379) is unknown color: approx Almond Frost. HEX triplet: 91, 83 and 79. RGB value is (145,131,121). Sum of RGB (Red+Green+Blue) = 145+131+121=397 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.52% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 145 - color contains mainly: red. Hex color #918379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918379 is #6E7C86. Grayscale: #868686. Windows color (decimal): -7240839 or 7963537. OLE color: 7963537.

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

Color convert

RGB145131121-
CMYK00.100.170.43
HSL25º9.84%52.16%-
HSV(B)25º16.55%56.86%-
XYZ23.2423.6321.43-
YUV134.05120.64135.81-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.52%
GREEN value IS 131 (51.56% from 255) = 33.00%
BLUE value IS 121 (47.66% from 255) = 30.48%
R=36.52%
G=33.00%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513112100.100.170.43259.8452.16
Hex9183790A112B19a34
Octal2212031710122153311264
Binary100100011000001111110010101010001101011110011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918379; }

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

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

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

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

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

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

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

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