#938375

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

Shades of Almond Frost #938375

Tints of Almond Frost #938375

Color information

#938375 (or 0x938375) is unknown color: approx Almond Frost. HEX triplet: 93, 83 and 75. RGB value is (147,131,117). Sum of RGB (Red+Green+Blue) = 147+131+117=395 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.22% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 147 - color contains mainly: red. Hex color #938375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938375 is #6C7C8A. Grayscale: #868686. Windows color (decimal): -7109771 or 7701395. OLE color: 7701395.

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

Color convert

RGB147131117-
CMYK00.110.200.42
HSL28º12.2%51.76%-
HSV(B)28º20.41%57.65%-
XYZ23.3623.7220.18-
YUV134.19118.3137.14-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.22%
GREEN value IS 131 (51.56% from 255) = 33.16%
BLUE value IS 117 (46.09% from 255) = 29.62%
R=37.22%
G=33.16%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713111700.110.200.422812.251.76
Hex9383750B142A1cc34
Octal2232031650132452341464
Binary100100111000001111101010101110100101010111001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938375; }

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

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

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

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

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

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

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

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