#938873

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

Shades of Pale Oyster #938873

Tints of Pale Oyster #938873

Color information

#938873 (or 0x938873) is unknown color: approx Pale Oyster. HEX triplet: 93, 88 and 73. RGB value is (147,136,115). Sum of RGB (Red+Green+Blue) = 147+136+115=398 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.93% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 115 (45.31% from 255 or 28.89% from 398); Max value from RGB is 147 - color contains mainly: red. Hex color #938873 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938873 is #6C778C. Grayscale: #888888. Windows color (decimal): -7108493 or 7571603. OLE color: 7571603.

HSL color Cylindrical-coordinate representation of color #938873: hue angle of 39.38º 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 #938873 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB147136115-
CMYK00.070.220.42
HSL39.38º12.9%51.37%-
HSV(B)39.38º21.77%57.65%-
XYZ23.9325.0519.79-
YUV136.9115.64135.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.93%
GREEN value IS 136 (53.52% from 255) = 34.17%
BLUE value IS 115 (45.31% from 255) = 28.89%
R=36.93%
G=34.17%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713611500.070.220.4239.3812.951.37
Hex93887307162A27d33
Octal223210163072652471563
Binary100100111000100011100110111101101010101001111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938873; }

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

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

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

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

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

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

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

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