Html Css Color HEX #997F50 Muesli

📋 copy color: '#997F50'

red 153 ◦ green 127 ◦ blue 80

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

Shades of Muesli #997F50

Tints of Muesli #997F50

RGB

 RED value IS 153 (60.16% from 255) = 42.5%

 GREEN value IS 127 (50% from 255) = 35.28%

 BLUE value IS 80 (31.64% from 255) = 22.22%

R = 42.5%
G = 35.28%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#997F50 (or 0x997F50) is known color: Muesli. HEX triplet: 99, 7F and 50. RGB value is (153,127,80). Sum of RGB (Red+Green+Blue) = 153+127+80=360 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.5% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 153 - color contains mainly: red. Hex color #997F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997F50 is #6680AF. Grayscale: #818181. Windows color (decimal): -6717616 or 5275545. OLE color: 5275545.

HSL color Cylindrical-coordinate representation of color #997F50: hue angle of 38.63º 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 #997F50 is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 127 80 -
CMYK 0 0.17 0.48 0.4
HSL 38.63º 0.31% 0.46% -
HSV(B) 38.63º 0.48% 0.6% -
XYZ 22.17 22.53 10.77 -
YUV 129.42 100.11 144.82 -
System Red Green Blue C M Y K H S L
Decimal 153 127 80 0 0.17 0.48 0.4 38.63 0.31 0.46
Hex 99 7F 50 0 11 30 28 27 1F 2E
Octal 231 177 120 0 21 60 50 47 37 56
Binary 10011001 1111111 1010000 0 10001 110000 101000 100111 11111 101110

Color Harmonies of #997F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997F50

Black with #997F50

Text Example


Text Example

White with #997F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #997F50;
 }
 .AnyTagClassName
 {
   color: #997F50;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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