#93857B

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

Shades of Almond Frost #93857B

Tints of Almond Frost #93857B

Color information

#93857B (or 0x93857B) is unknown color: approx Almond Frost. HEX triplet: 93, 85 and 7B. RGB value is (147,133,123). Sum of RGB (Red+Green+Blue) = 147+133+123=403 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.48% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 147 - color contains mainly: red. Hex color #93857B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93857B is #6C7A84. Grayscale: #888888. Windows color (decimal): -7109253 or 8095123. OLE color: 8095123.

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

Color convert

RGB147133123-
CMYK00.100.160.42
HSL25º10%52.94%-
HSV(B)25º16.33%57.65%-
XYZ2424.4122.19-
YUV136.05120.64135.81-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.48%
GREEN value IS 133 (52.34% from 255) = 33.00%
BLUE value IS 123 (48.44% from 255) = 30.52%
R=36.48%
G=33.00%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713312300.100.160.42251052.94
Hex93857B0A102A19a35
Octal2232051730122052311265
Binary100100111000010111110110101010000101010110011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93857B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93857B; }

 p { color: rgb(147,133,123); }

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

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

 a { background-color: rgb(147,133,123); }

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

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

 span { border-color: rgb(147,133,123); }

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