#94877E

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

Shades of Almond Frost #94877E

Tints of Almond Frost #94877E

Color information

#94877E (or 0x94877E) is unknown color: approx Almond Frost. HEX triplet: 94, 87 and 7E. RGB value is (148,135,126). Sum of RGB (Red+Green+Blue) = 148+135+126=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 135 (53.12% from 255 or 33.01% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 148 - color contains mainly: red. Hex color #94877E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94877E is #6B7881. Grayscale: #898989. Windows color (decimal): -7043202 or 8292244. OLE color: 8292244.

HSL color Cylindrical-coordinate representation of color #94877E: hue angle of 24.55º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #94877E is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB148135126-
CMYK00.090.150.42
HSL24.55º9.32%53.73%-
HSV(B)24.55º14.86%58.04%-
XYZ24.6425.1323.29-
YUV137.86121.31135.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.19%
GREEN value IS 135 (53.12% from 255) = 33.01%
BLUE value IS 126 (49.61% from 255) = 30.81%
R=36.19%
G=33.01%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813512600.090.150.4224.559.3253.73
Hex94877E09F2A19936
Octal2242071760111752311166
Binary10010100100001111111110010011111101010110011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94877E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94877E; }

 p { color: rgb(148,135,126); }

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

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

 a { background-color: rgb(148,135,126); }

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

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

 span { border-color: rgb(148,135,126); }

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