Html Css Color HEX #9D8B72 Pale Oyster

📋 copy color: '#9D8B72'

red 157 ◦ green 139 ◦ blue 114

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

Shades of Pale Oyster #9D8B72

Tints of Pale Oyster #9D8B72

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.9%

 BLUE value IS 114 (44.92% from 255) = 27.8%

R = 38.29%
G = 33.9%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#9D8B72 (or 0x9D8B72) is known color: Pale Oyster. HEX triplet: 9D, 8B and 72. RGB value is (157,139,114). Sum of RGB (Red+Green+Blue) = 157+139+114=410 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.29% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 114 (44.92% from 255 or 27.80% from 410); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8B72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8B72 is #62748D. Grayscale: #8D8D8D. Windows color (decimal): -6452366 or 7506845. OLE color: 7506845.

HSL color Cylindrical-coordinate representation of color #9D8B72: hue angle of 34.88º 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 #9D8B72 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 139 114 -
CMYK 0 0.11 0.27 0.38
HSL 34.88º 0.18% 0.53% -
HSV(B) 34.88º 0.27% 0.62% -
XYZ 26.17 26.85 19.72 -
YUV 141.53 112.46 139.03 -
System Red Green Blue C M Y K H S L
Decimal 157 139 114 0 0.11 0.27 0.38 34.88 0.18 0.53
Hex 9D 8B 72 0 B 1B 26 23 12 35
Octal 235 213 162 0 13 33 46 43 22 65
Binary 10011101 10001011 1110010 0 1011 11011 100110 100011 10010 110101

Color Harmonies of #9D8B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8B72

Black with #9D8B72

Text Example


Text Example

White with #9D8B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,139,114); }

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

background-color css

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

 a { background-color: rgb(157,139,114); }

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

border-color css

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

 span { border-color: rgb(157,139,114); }

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