#948477

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

Shades of Almond Frost #948477

Tints of Almond Frost #948477

Color information

#948477 (or 0x948477) is unknown color: approx Almond Frost. HEX triplet: 94, 84 and 77. RGB value is (148,132,119). Sum of RGB (Red+Green+Blue) = 148+132+119=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 119 (46.88% from 255 or 29.82% from 399); Max value from RGB is 148 - color contains mainly: red. Hex color #948477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948477 is #6B7B88. Grayscale: #878787. Windows color (decimal): -7043977 or 7832724. OLE color: 7832724.

HSL color Cylindrical-coordinate representation of color #948477: hue angle of 26.9º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #948477 is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB148132119-
CMYK00.110.200.42
HSL26.9º11.93%52.35%-
HSV(B)26.9º19.59%58.04%-
XYZ23.7924.1320.86-
YUV135.3118.8137.06-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.09%
GREEN value IS 132 (51.95% from 255) = 33.08%
BLUE value IS 119 (46.88% from 255) = 29.82%
R=37.09%
G=33.08%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813211900.110.200.4226.911.9352.35
Hex9484770B142A1bc34
Octal2242041670132452331464
Binary100101001000010011101110101110100101010110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948477; }

 p { color: rgb(148,132,119); }

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

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

 a { background-color: rgb(148,132,119); }

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

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

 span { border-color: rgb(148,132,119); }

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