#93877D

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

Shades of Almond Frost #93877D

Tints of Almond Frost #93877D

Color information

#93877D (or 0x93877D) is unknown color: approx Almond Frost. HEX triplet: 93, 87 and 7D. RGB value is (147,135,125). Sum of RGB (Red+Green+Blue) = 147+135+125=407 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.12% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 147 - color contains mainly: red. Hex color #93877D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93877D is #6C7882. Grayscale: #898989. Windows color (decimal): -7108739 or 8226707. OLE color: 8226707.

HSL color Cylindrical-coordinate representation of color #93877D: hue angle of 27.27º 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 #93877D is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB147135125-
CMYK00.080.150.42
HSL27.27º9.24%53.33%-
HSV(B)27.27º14.97%57.65%-
XYZ24.425.0122.94-
YUV137.45120.98134.81-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.12%
GREEN value IS 135 (53.12% from 255) = 33.17%
BLUE value IS 125 (49.22% from 255) = 30.71%
R=36.12%
G=33.17%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713512500.080.150.4227.279.2453.33
Hex93877D08F2A1b935
Octal2232071750101752331165
Binary10010011100001111111101010001111101010110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93877D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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