#958473

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

Shades of Almond Frost #958473

Tints of Almond Frost #958473

Color information

#958473 (or 0x958473) is unknown color: approx Almond Frost. HEX triplet: 95, 84 and 73. RGB value is (149,132,115). Sum of RGB (Red+Green+Blue) = 149+132+115=396 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.63% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 115 (45.31% from 255 or 29.04% from 396); Max value from RGB is 149 - color contains mainly: red. Hex color #958473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958473 is #6A7B8C. Grayscale: #878787. Windows color (decimal): -6978445 or 7570581. OLE color: 7570581.

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

Color convert

RGB149132115-
CMYK00.110.230.42
HSL30º13.82%51.76%-
HSV(B)30º22.82%58.43%-
XYZ23.7424.1319.63-
YUV135.15116.63137.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.63%
GREEN value IS 132 (51.95% from 255) = 33.33%
BLUE value IS 115 (45.31% from 255) = 29.04%
R=37.63%
G=33.33%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913211500.110.230.423013.8251.76
Hex9584730B172A1ee34
Octal2252041630132752361664
Binary100101011000010011100110101110111101010111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958473; }

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

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

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

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

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

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

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

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