Html Css Color HEX #938A73 Pale Oyster

📋 copy color: '#938A73'

red 147 ◦ green 138 ◦ blue 115

#938A73
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Oyster #938A73

Tints of Pale Oyster #938A73

RGB

 RED value IS 147 (57.81% from 255) = 36.75%

 GREEN value IS 138 (54.3% 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 value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#938A73 (or 0x938A73) is known color: 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.12º 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

RGB 147 138 115 -
CMYK 0 0.06 0.22 0.42
HSL 43.13º 0.13% 0.51% -
HSV(B) 43.13º 0.22% 0.58% -
XYZ 24.22 25.62 19.89 -
YUV 138.07 114.98 134.37 -
System Red Green Blue C M Y K H S L
Decimal 147 138 115 0 0.06 0.22 0.42 43.13 0.13 0.51
Hex 93 8A 73 0 6 16 2A 2B D 33
Octal 223 212 163 0 6 26 52 53 15 63
Binary 10010011 10001010 1110011 0 110 10110 101010 101011 1101 110011

Color Harmonies of #938A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938A73

Black with #938A73

Text Example


Text Example

White with #938A73

Text Example


Text Example

HTML Codes & Css Web 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>