#948379

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

Shades of Almond Frost #948379

Tints of Almond Frost #948379

Color information

#948379 (or 0x948379) is unknown color: approx Almond Frost. HEX triplet: 94, 83 and 79. RGB value is (148,131,121). Sum of RGB (Red+Green+Blue) = 148+131+121=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 121 (47.66% from 255 or 30.25% from 400); Max value from RGB is 148 - color contains mainly: red. Hex color #948379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948379 is #6B7C86. Grayscale: #878787. Windows color (decimal): -7044231 or 7963540. OLE color: 7963540.

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

Color convert

RGB148131121-
CMYK00.110.180.42
HSL22.22º11.2%52.75%-
HSV(B)22.22º18.24%58.04%-
XYZ23.7823.9121.45-
YUV134.94120.13137.31-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37%
GREEN value IS 131 (51.56% from 255) = 32.75%
BLUE value IS 121 (47.66% from 255) = 30.25%
R=37%
G=32.75%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813112100.110.180.4222.2211.252.75
Hex9483790B122A16b35
Octal2242031710132252261365
Binary100101001000001111110010101110010101010101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948379; }

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

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

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

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

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

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

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

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