#948373

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

Shades of Almond Frost #948373

Tints of Almond Frost #948373

Color information

#948373 (or 0x948373) is unknown color: approx Almond Frost. HEX triplet: 94, 83 and 73. RGB value is (148,131,115). Sum of RGB (Red+Green+Blue) = 148+131+115=394 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.56% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 148 - color contains mainly: red. Hex color #948373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948373 is #6B7C8C. Grayscale: #868686. Windows color (decimal): -7044237 or 7570324. OLE color: 7570324.

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

Color convert

RGB148131115-
CMYK00.110.220.42
HSL29.09º13.36%51.57%-
HSV(B)29.09º22.3%58.04%-
XYZ23.4223.7719.57-
YUV134.26117.13137.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.56%
GREEN value IS 131 (51.56% from 255) = 33.25%
BLUE value IS 115 (45.31% from 255) = 29.19%
R=37.56%
G=33.25%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813111500.110.220.4229.0913.3651.57
Hex9483730B162A1dd34
Octal2242031630132652351564
Binary100101001000001111100110101110110101010111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948373; }

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

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

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

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

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

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

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

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