Html Css Color HEX #997B52 Muesli

📋 copy color: '#997B52'

red 153 ◦ green 123 ◦ blue 82

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

Shades of Muesli #997B52

Tints of Muesli #997B52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.91%

R = 42.74%
G = 34.36%
B = 22.91%

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

#997B52 (or 0x997B52) is known color: Muesli. HEX triplet: 99, 7B and 52. RGB value is (153,123,82). Sum of RGB (Red+Green+Blue) = 153+123+82=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 153 - color contains mainly: red. Hex color #997B52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997B52 is #6684AD. Grayscale: #7F7F7F. Windows color (decimal): -6718638 or 5405593. OLE color: 5405593.

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

Color convert

RGB 153 123 82 -
CMYK 0 0.20 0.46 0.4
HSL 34.65º 0.3% 0.46% -
HSV(B) 34.65º 0.46% 0.6% -
XYZ 21.74 21.55 11 -
YUV 127.3 102.44 146.33 -
System Red Green Blue C M Y K H S L
Decimal 153 123 82 0 0.20 0.46 0.4 34.65 0.3 0.46
Hex 99 7B 52 0 14 2E 28 23 1E 2E
Octal 231 173 122 0 24 56 50 43 36 56
Binary 10011001 1111011 1010010 0 10100 101110 101000 100011 11110 101110

Color Harmonies of #997B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997B52

Black with #997B52

Text Example


Text Example

White with #997B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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