Html Css Color HEX #9D8D73 Pale Oyster

📋 copy color: '#9D8D73'

red 157 ◦ green 141 ◦ blue 115

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

Shades of Pale Oyster #9D8D73

Tints of Pale Oyster #9D8D73

RGB

 RED value IS 157 (61.72% from 255) = 38.01%

 GREEN value IS 141 (55.47% from 255) = 34.14%

 BLUE value IS 115 (45.31% from 255) = 27.85%

R = 38.01%
G = 34.14%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#9D8D73 (or 0x9D8D73) is known color: Pale Oyster. HEX triplet: 9D, 8D and 73. RGB value is (157,141,115). Sum of RGB (Red+Green+Blue) = 157+141+115=413 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.01% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8D73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8D73 is #62728C. Grayscale: #8E8E8E. Windows color (decimal): -6451853 or 7572893. OLE color: 7572893.

HSL color Cylindrical-coordinate representation of color #9D8D73: hue angle of 37.14º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9D8D73 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 141 115 -
CMYK 0 0.10 0.27 0.38
HSL 37.14º 0.18% 0.53% -
HSV(B) 37.14º 0.27% 0.62% -
XYZ 26.52 27.46 20.12 -
YUV 142.82 112.3 138.11 -
System Red Green Blue C M Y K H S L
Decimal 157 141 115 0 0.10 0.27 0.38 37.14 0.18 0.53
Hex 9D 8D 73 0 A 1B 26 25 12 35
Octal 235 215 163 0 12 33 46 45 22 65
Binary 10011101 10001101 1110011 0 1010 11011 100110 100101 10010 110101

Color Harmonies of #9D8D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8D73

Black with #9D8D73

Text Example


Text Example

White with #9D8D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D8D73; }

 p { color: rgb(157,141,115); }

 H1.HeaderClassName
 {
   color: #9D8D73;
 }
 .AnyTagClassName
 {
   color: #9D8D73;
 }
</style>

background-color css

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

 a { background-color: rgb(157,141,115); }

 div.DivClassName
 {
   background-color: #9D8D73;
 }
 .BgClassName
 {
   background-color: #9D8D73;
 }
</style>

border-color css

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

 span { border-color: rgb(157,141,115); }

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