#93847D

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

Shades of Almond Frost #93847D

Tints of Almond Frost #93847D

Color information

#93847D (or 0x93847D) is unknown color: approx Almond Frost. HEX triplet: 93, 84 and 7D. RGB value is (147,132,125). Sum of RGB (Red+Green+Blue) = 147+132+125=404 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.39% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 147 - color contains mainly: red. Hex color #93847D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93847D is #6C7B82. Grayscale: #878787. Windows color (decimal): -7109507 or 8225939. OLE color: 8225939.

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

Color convert

RGB147132125-
CMYK00.100.150.42
HSL19.09º9.24%53.33%-
HSV(B)19.09º14.97%57.65%-
XYZ23.9924.1922.81-
YUV135.69121.97136.07-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.39%
GREEN value IS 132 (51.95% from 255) = 32.67%
BLUE value IS 125 (49.22% from 255) = 30.94%
R=36.39%
G=32.67%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713212500.100.150.4219.099.2453.33
Hex93847D0AF2A13935
Octal2232041750121752231165
Binary10010011100001001111101010101111101010100111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93847D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93847D; }

 p { color: rgb(147,132,125); }

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

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

 a { background-color: rgb(147,132,125); }

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

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

 span { border-color: rgb(147,132,125); }

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