Html Css Color HEX #9B794A Muesli

📋 copy color: '#9B794A'

red 155 ◦ green 121 ◦ blue 74

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

Shades of Muesli #9B794A

Tints of Muesli #9B794A

RGB

 RED value IS 155 (60.94% from 255) = 44.29%

 GREEN value IS 121 (47.66% from 255) = 34.57%

 BLUE value IS 74 (29.3% from 255) = 21.14%

R = 44.29%
G = 34.57%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.52

 K value IS 0.39

RGB Variations

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

Color information

#9B794A (or 0x9B794A) is known color: Muesli. HEX triplet: 9B, 79 and 4A. RGB value is (155,121,74). Sum of RGB (Red+Green+Blue) = 155+121+74=350 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.29% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 155 - color contains mainly: red. Hex color #9B794A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B794A is #6486B5. Grayscale: #7E7E7E. Windows color (decimal): -6588086 or 4880795. OLE color: 4880795.

HSL color Cylindrical-coordinate representation of color #9B794A: hue angle of 34.81º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9B794A is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 121 74 -
CMYK 0 0.22 0.52 0.39
HSL 34.81º 0.35% 0.45% -
HSV(B) 34.81º 0.52% 0.61% -
XYZ 21.59 21.14 9.42 -
YUV 125.81 98.76 148.82 -
System Red Green Blue C M Y K H S L
Decimal 155 121 74 0 0.22 0.52 0.39 34.81 0.35 0.45
Hex 9B 79 4A 0 16 34 27 23 23 2D
Octal 233 171 112 0 26 64 47 43 43 55
Binary 10011011 1111001 1001010 0 10110 110100 100111 100011 100011 101101

Color Harmonies of #9B794A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B794A

Black with #9B794A

Text Example


Text Example

White with #9B794A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B794A; }

 p { color: rgb(155,121,74); }

 H1.HeaderClassName
 {
   color: #9B794A;
 }
 .AnyTagClassName
 {
   color: #9B794A;
 }
</style>

background-color css

<style>
 a { background-color: #9B794A; }

 a { background-color: rgb(155,121,74); }

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

border-color css

<style>
 span { border-color: #9B794A; }

 span { border-color: rgb(155,121,74); }

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