#948378

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

Shades of Almond Frost #948378

Tints of Almond Frost #948378

Color information

#948378 (or 0x948378) is unknown color: approx Almond Frost. HEX triplet: 94, 83 and 78. RGB value is (148,131,120). Sum of RGB (Red+Green+Blue) = 148+131+120=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 120 (47.27% from 255 or 30.08% from 399); Max value from RGB is 148 - color contains mainly: red. Hex color #948378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948378 is #6B7C87. Grayscale: #868686. Windows color (decimal): -7044232 or 7898004. OLE color: 7898004.

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

Color convert

RGB148131120-
CMYK00.110.190.42
HSL23.57º11.57%52.55%-
HSV(B)23.57º18.92%58.04%-
XYZ23.7223.8821.13-
YUV134.83119.63137.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.09%
GREEN value IS 131 (51.56% from 255) = 32.83%
BLUE value IS 120 (47.27% from 255) = 30.08%
R=37.09%
G=32.83%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813112000.110.190.4223.5711.5752.55
Hex9483780B132A18c35
Octal2242031700132352301465
Binary100101001000001111110000101110011101010110001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948378; }

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

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

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

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

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

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

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

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