#948275

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

Shades of Almond Frost #948275

Tints of Almond Frost #948275

Color information

#948275 (or 0x948275) is unknown color: approx Almond Frost. HEX triplet: 94, 82 and 75. RGB value is (148,130,117). Sum of RGB (Red+Green+Blue) = 148+130+117=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 148 - color contains mainly: red. Hex color #948275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948275 is #6B7D8A. Grayscale: #858585. Windows color (decimal): -7044491 or 7701140. OLE color: 7701140.

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

Color convert

RGB148130117-
CMYK00.120.210.42
HSL25.16º12.65%51.96%-
HSV(B)25.16º20.95%58.04%-
XYZ23.4123.5520.14-
YUV133.9118.46138.06-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.47%
GREEN value IS 130 (51.17% from 255) = 32.91%
BLUE value IS 117 (46.09% from 255) = 29.62%
R=37.47%
G=32.91%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813011700.120.210.4225.1612.6551.96
Hex9482750C152A19d34
Octal2242021650142552311564
Binary100101001000001011101010110010101101010110011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948275; }

 p { color: rgb(148,130,117); }

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

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

 a { background-color: rgb(148,130,117); }

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

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

 span { border-color: rgb(148,130,117); }

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