#948578

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

Shades of Almond Frost #948578

Tints of Almond Frost #948578

Color information

#948578 (or 0x948578) is unknown color: approx Almond Frost. HEX triplet: 94, 85 and 78. RGB value is (148,133,120). Sum of RGB (Red+Green+Blue) = 148+133+120=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 120 (47.27% from 255 or 29.93% from 401); Max value from RGB is 148 - color contains mainly: red. Hex color #948578 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948578 is #6B7A87. Grayscale: #888888. Windows color (decimal): -7043720 or 7898516. OLE color: 7898516.

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

Color convert

RGB148133120-
CMYK00.100.190.42
HSL27.86º11.57%52.55%-
HSV(B)27.86º18.92%58.04%-
XYZ23.9924.4321.22-
YUV136118.97136.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.91%
GREEN value IS 133 (52.34% from 255) = 33.17%
BLUE value IS 120 (47.27% from 255) = 29.93%
R=36.91%
G=33.17%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813312000.100.190.4227.8611.5752.55
Hex9485780A132A1cc35
Octal2242051700122352341465
Binary100101001000010111110000101010011101010111001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948578; }

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

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

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

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

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

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

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

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