#938A73

Color #938A73 Pale Oyster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Oyster #938A73

Tints of Pale Oyster #938A73

Color information

#938A73 (or 0x938A73) is unknown color: approx Pale Oyster. HEX triplet: 93, 8A and 73. RGB value is (147,138,115). Sum of RGB (Red+Green+Blue) = 147+138+115=400 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.75% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 115 (45.31% from 255 or 28.75% from 400); Max value from RGB is 147 - color contains mainly: red. Hex color #938A73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938A73 is #6C758C. Grayscale: #8A8A8A. Windows color (decimal): -7107981 or 7572115. OLE color: 7572115.

HSL color Cylindrical-coordinate representation of color #938A73: hue angle of 43.13º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #938A73 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB147138115-
CMYK00.060.220.42
HSL43.13º12.9%51.37%-
HSV(B)43.13º21.77%57.65%-
XYZ24.2225.6219.89-
YUV138.07114.98134.37-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.75%
GREEN value IS 138 (54.30% from 255) = 34.5%
BLUE value IS 115 (45.31% from 255) = 28.75%
R=36.75%
G=34.5%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713811500.060.220.4243.1312.951.37
Hex938A7306162A2bd33
Octal223212163062652531563
Binary100100111000101011100110110101101010101010111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938A73; }

 p { color: rgb(147,138,115); }

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

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

 a { background-color: rgb(147,138,115); }

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

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

 span { border-color: rgb(147,138,115); }

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