Html Css Color HEX #997D57 Muesli

📋 copy color: '#997D57'

red 153 ◦ green 125 ◦ blue 87

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

Shades of Muesli #997D57

Tints of Muesli #997D57

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.25%

 BLUE value IS 87 (34.38% from 255) = 23.84%

R = 41.92%
G = 34.25%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.43

 K value IS 0.4

RGB Variations

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

Color information

#997D57 (or 0x997D57) is known color: Muesli. HEX triplet: 99, 7D and 57. RGB value is (153,125,87). Sum of RGB (Red+Green+Blue) = 153+125+87=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 87 (34.38% from 255 or 23.84% from 365); Max value from RGB is 153 - color contains mainly: red. Hex color #997D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997D57 is #6682A8. Grayscale: #818181. Windows color (decimal): -6718121 or 5733785. OLE color: 5733785.

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

Color convert

RGB 153 125 87 -
CMYK 0 0.18 0.43 0.4
HSL 34.55º 0.28% 0.47% -
HSV(B) 34.55º 0.43% 0.6% -
XYZ 22.19 22.13 12.12 -
YUV 129.04 104.28 145.09 -
System Red Green Blue C M Y K H S L
Decimal 153 125 87 0 0.18 0.43 0.4 34.55 0.28 0.47
Hex 99 7D 57 0 12 2B 28 23 1C 2F
Octal 231 175 127 0 22 53 50 43 34 57
Binary 10011001 1111101 1010111 0 10010 101011 101000 100011 11100 101111

Color Harmonies of #997D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997D57

Black with #997D57

Text Example


Text Example

White with #997D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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