#948475

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

Shades of Almond Frost #948475

Tints of Almond Frost #948475

Color information

#948475 (or 0x948475) is unknown color: approx Almond Frost. HEX triplet: 94, 84 and 75. RGB value is (148,132,117). Sum of RGB (Red+Green+Blue) = 148+132+117=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 148 - color contains mainly: red. Hex color #948475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948475 is #6B7B8A. Grayscale: #878787. Windows color (decimal): -7043979 or 7701652. OLE color: 7701652.

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

Color convert

RGB148132117-
CMYK00.110.210.42
HSL29.03º12.65%51.96%-
HSV(B)29.03º20.95%58.04%-
XYZ23.6724.0820.23-
YUV135.07117.8137.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.28%
GREEN value IS 132 (51.95% from 255) = 33.25%
BLUE value IS 117 (46.09% from 255) = 29.47%
R=37.28%
G=33.25%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813211700.110.210.4229.0312.6551.96
Hex9484750B152A1dd34
Octal2242041650132552351564
Binary100101001000010011101010101110101101010111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948475; }

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

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

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

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

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

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

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

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