#958373

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

Shades of Almond Frost #958373

Tints of Almond Frost #958373

Color information

#958373 (or 0x958373) is unknown color: approx Almond Frost. HEX triplet: 95, 83 and 73. RGB value is (149,131,115). Sum of RGB (Red+Green+Blue) = 149+131+115=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 115 (45.31% from 255 or 29.11% from 395); Max value from RGB is 149 - color contains mainly: red. Hex color #958373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958373 is #6A7C8C. Grayscale: #868686. Windows color (decimal): -6978701 or 7570325. OLE color: 7570325.

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

Color convert

RGB149131115-
CMYK00.120.230.42
HSL28.24º13.82%51.76%-
HSV(B)28.24º22.82%58.43%-
XYZ23.6123.8619.58-
YUV134.56116.96138.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.72%
GREEN value IS 131 (51.56% from 255) = 33.16%
BLUE value IS 115 (45.31% from 255) = 29.11%
R=37.72%
G=33.16%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913111500.120.230.4228.2413.8251.76
Hex9583730C172A1ce34
Octal2252031630142752341664
Binary100101011000001111100110110010111101010111001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958373; }

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

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

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

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

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

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

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

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