Html Css Color HEX #997D4B Muesli

📋 copy color: '#997D4B'

red 153 ◦ green 125 ◦ blue 75

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

Shades of Muesli #997D4B

Tints of Muesli #997D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.25%

R = 43.34%
G = 35.41%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.51

 K value IS 0.4

RGB Variations

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

Color information

#997D4B (or 0x997D4B) is known color: Muesli. HEX triplet: 99, 7D and 4B. RGB value is (153,125,75). Sum of RGB (Red+Green+Blue) = 153+125+75=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 153 - color contains mainly: red. Hex color #997D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997D4B is #6682B4. Grayscale: #7F7F7F. Windows color (decimal): -6718133 or 4947353. OLE color: 4947353.

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

Color convert

RGB 153 125 75 -
CMYK 0 0.18 0.51 0.4
HSL 38.46º 0.34% 0.45% -
HSV(B) 38.46º 0.51% 0.6% -
XYZ 21.74 21.95 9.75 -
YUV 127.67 98.28 146.07 -
System Red Green Blue C M Y K H S L
Decimal 153 125 75 0 0.18 0.51 0.4 38.46 0.34 0.45
Hex 99 7D 4B 0 12 33 28 26 22 2D
Octal 231 175 113 0 22 63 50 46 42 55
Binary 10011001 1111101 1001011 0 10010 110011 101000 100110 100010 101101

Color Harmonies of #997D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997D4B

Black with #997D4B

Text Example


Text Example

White with #997D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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