#997D50

Color #997D50 Muesli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muesli #997D50

Tints of Muesli #997D50

Color information

#997D50 (or 0x997D50) is unknown color: approx Muesli. HEX triplet: 99, 7D and 50. RGB value is (153,125,80). Sum of RGB (Red+Green+Blue) = 153+125+80=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 153 - color contains mainly: red. Hex color #997D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997D50 is #6682AF. Grayscale: #808080. Windows color (decimal): -6718128 or 5275033. OLE color: 5275033.

HSL color Cylindrical-coordinate representation of color #997D50: hue angle of 36.99º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #997D50 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB15312580-
CMYK00.180.480.4
HSL36.99º31.33%45.69%-
HSV(B)36.99º47.71%60%-
XYZ21.9222.0210.68-
YUV128.24100.78145.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.74%
GREEN value IS 125 (49.22% from 255) = 34.92%
BLUE value IS 80 (31.64% from 255) = 22.35%
R=42.74%
G=34.92%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531258000.180.480.436.9931.3345.69
Hex997D500123028251f2e
Octal2311751200226050453756
Binary100110011111101101000001001011000010100010010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997D50; }

 p { color: rgb(153,125,80); }

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

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

 a { background-color: rgb(153,125,80); }

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

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

 span { border-color: rgb(153,125,80); }

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