#938983

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

Shades of Almond Frost #938983

Tints of Almond Frost #938983

Color information

#938983 (or 0x938983) is unknown color: approx Almond Frost. HEX triplet: 93, 89 and 83. RGB value is (147,137,131). Sum of RGB (Red+Green+Blue) = 147+137+131=415 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.42% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 131 (51.56% from 255 or 31.57% from 415); Max value from RGB is 147 - color contains mainly: red. Hex color #938983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938983 is #6C767C. Grayscale: #8B8B8B. Windows color (decimal): -7108221 or 8620435. OLE color: 8620435.

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

Color convert

RGB147137131-
CMYK00.070.110.42
HSL22.5º6.9%54.51%-
HSV(B)22.5º10.88%57.65%-
XYZ25.0825.7325.12-
YUV139.31123.31133.49-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.42%
GREEN value IS 137 (53.91% from 255) = 33.01%
BLUE value IS 131 (51.56% from 255) = 31.57%
R=35.42%
G=33.01%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713713100.070.110.4222.56.954.51
Hex93898307B2A17737
Octal22321120307135227767
Binary1001001110001001100000110111101110101010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938983; }

 p { color: rgb(147,137,131); }

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

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

 a { background-color: rgb(147,137,131); }

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

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

 span { border-color: rgb(147,137,131); }

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