#948478

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

Shades of Almond Frost #948478

Tints of Almond Frost #948478

Color information

#948478 (or 0x948478) is unknown color: approx Almond Frost. HEX triplet: 94, 84 and 78. RGB value is (148,132,120). Sum of RGB (Red+Green+Blue) = 148+132+120=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 120 (47.27% from 255 or 30% from 400); Max value from RGB is 148 - color contains mainly: red. Hex color #948478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948478 is #6B7B87. Grayscale: #878787. Windows color (decimal): -7043976 or 7898260. OLE color: 7898260.

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

Color convert

RGB148132120-
CMYK00.110.190.42
HSL25.71º11.57%52.55%-
HSV(B)25.71º18.92%58.04%-
XYZ23.8524.1521.17-
YUV135.42119.3136.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37%
GREEN value IS 132 (51.95% from 255) = 33%
BLUE value IS 120 (47.27% from 255) = 30%
R=37%
G=33%
B=30%

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
Decimal14813212000.110.190.4225.7111.5752.55
Hex9484780B132A1ac35
Octal2242041700132352321465
Binary100101001000010011110000101110011101010110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948478; }

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

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

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

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

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

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

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

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