Html Css Color HEX #997B53 Muesli

📋 copy color: '#997B53'

red 153 ◦ green 123 ◦ blue 83

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

Shades of Muesli #997B53

Tints of Muesli #997B53

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.26%

 BLUE value IS 83 (32.81% from 255) = 23.12%

R = 42.62%
G = 34.26%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.46

 K value IS 0.4

RGB Variations

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

Color information

#997B53 (or 0x997B53) is known color: Muesli. HEX triplet: 99, 7B and 53. RGB value is (153,123,83). Sum of RGB (Red+Green+Blue) = 153+123+83=359 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.62% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 83 (32.81% from 255 or 23.12% from 359); Max value from RGB is 153 - color contains mainly: red. Hex color #997B53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997B53 is #6684AC. Grayscale: #7F7F7F. Windows color (decimal): -6718637 or 5471129. OLE color: 5471129.

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

Color convert

RGB 153 123 83 -
CMYK 0 0.20 0.46 0.4
HSL 34.29º 0.3% 0.46% -
HSV(B) 34.29º 0.46% 0.6% -
XYZ 21.78 21.56 11.2 -
YUV 127.41 102.94 146.25 -
System Red Green Blue C M Y K H S L
Decimal 153 123 83 0 0.20 0.46 0.4 34.29 0.3 0.46
Hex 99 7B 53 0 14 2E 28 22 1E 2E
Octal 231 173 123 0 24 56 50 42 36 56
Binary 10011001 1111011 1010011 0 10100 101110 101000 100010 11110 101110

Color Harmonies of #997B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997B53

Black with #997B53

Text Example


Text Example

White with #997B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,123,83); }

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

background-color css

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

 a { background-color: rgb(153,123,83); }

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

border-color css

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

 span { border-color: rgb(153,123,83); }

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