#958475

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

Shades of Almond Frost #958475

Tints of Almond Frost #958475

Color information

#958475 (or 0x958475) is unknown color: approx Almond Frost. HEX triplet: 95, 84 and 75. RGB value is (149,132,117). Sum of RGB (Red+Green+Blue) = 149+132+117=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 149 - color contains mainly: red. Hex color #958475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958475 is #6A7B8A. Grayscale: #878787. Windows color (decimal): -6978443 or 7701653. OLE color: 7701653.

HSL color Cylindrical-coordinate representation of color #958475: hue angle of 28.13º 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 #958475 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB149132117-
CMYK00.110.210.42
HSL28.13º13.11%52.16%-
HSV(B)28.13º21.48%58.43%-
XYZ23.8624.1820.24-
YUV135.37117.63137.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.44%
GREEN value IS 132 (51.95% from 255) = 33.17%
BLUE value IS 117 (46.09% from 255) = 29.40%
R=37.44%
G=33.17%
B=29.40%

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
Decimal14913211700.110.210.4228.1313.1152.16
Hex9584750B152A1cd34
Octal2252041650132552341564
Binary100101011000010011101010101110101101010111001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958475; }

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

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

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

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

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

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

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

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