#948072

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

Shades of Almond Frost #948072

Tints of Almond Frost #948072

Color information

#948072 (or 0x948072) is unknown color: approx Almond Frost. HEX triplet: 94, 80 and 72. RGB value is (148,128,114). Sum of RGB (Red+Green+Blue) = 148+128+114=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 148 - color contains mainly: red. Hex color #948072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948072 is #6B7F8D. Grayscale: #848484. Windows color (decimal): -7045006 or 7504020. OLE color: 7504020.

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

Color convert

RGB148128114-
CMYK00.140.230.42
HSL24.71º13.71%51.37%-
HSV(B)24.71º22.97%58.04%-
XYZ22.9722.9519.14-
YUV132.38117.63139.14-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.95%
GREEN value IS 128 (50.39% from 255) = 32.82%
BLUE value IS 114 (44.92% from 255) = 29.23%
R=37.95%
G=32.82%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812811400.140.230.4224.7113.7151.37
Hex9480720E172A19e33
Octal2242001620162752311663
Binary100101001000000011100100111010111101010110011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948072; }

 p { color: rgb(148,128,114); }

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

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

 a { background-color: rgb(148,128,114); }

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

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

 span { border-color: rgb(148,128,114); }

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