Html Css Color HEX #9B7948 Muesli

📋 copy color: '#9B7948'

red 155 ◦ green 121 ◦ blue 72

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

Shades of Muesli #9B7948

Tints of Muesli #9B7948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.69%

R = 44.54%
G = 34.77%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.39

RGB Variations

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

Color information

#9B7948 (or 0x9B7948) is known color: Muesli. HEX triplet: 9B, 79 and 48. RGB value is (155,121,72). Sum of RGB (Red+Green+Blue) = 155+121+72=348 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.54% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 72 (28.52% from 255 or 20.69% from 348); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7948 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7948 is #6486B7. Grayscale: #7D7D7D. Windows color (decimal): -6588088 or 4749723. OLE color: 4749723.

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

Color convert

RGB 155 121 72 -
CMYK 0 0.22 0.54 0.39
HSL 35.42º 0.37% 0.45% -
HSV(B) 35.42º 0.54% 0.61% -
XYZ 21.52 21.11 9.07 -
YUV 125.58 97.76 148.98 -
System Red Green Blue C M Y K H S L
Decimal 155 121 72 0 0.22 0.54 0.39 35.42 0.37 0.45
Hex 9B 79 48 0 16 36 27 23 25 2D
Octal 233 171 110 0 26 66 47 43 45 55
Binary 10011011 1111001 1001000 0 10110 110110 100111 100011 100101 101101

Color Harmonies of #9B7948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7948

Black with #9B7948

Text Example


Text Example

White with #9B7948

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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