Html Css Color HEX #9B7950 Muesli

📋 copy color: '#9B7950'

red 155 ◦ green 121 ◦ blue 80

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

Shades of Muesli #9B7950

Tints of Muesli #9B7950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.47%

R = 43.54%
G = 33.99%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.48

 K value IS 0.39

RGB Variations

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

Color information

#9B7950 (or 0x9B7950) is known color: Muesli. HEX triplet: 9B, 79 and 50. RGB value is (155,121,80). Sum of RGB (Red+Green+Blue) = 155+121+80=356 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.54% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7950 is #6486AF. Grayscale: #7E7E7E. Windows color (decimal): -6588080 or 5274011. OLE color: 5274011.

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

Color convert

RGB 155 121 80 -
CMYK 0 0.22 0.48 0.39
HSL 32.8º 0.32% 0.46% -
HSV(B) 32.8º 0.48% 0.61% -
XYZ 21.8 21.22 10.54 -
YUV 126.49 101.76 148.33 -
System Red Green Blue C M Y K H S L
Decimal 155 121 80 0 0.22 0.48 0.39 32.8 0.32 0.46
Hex 9B 79 50 0 16 30 27 21 20 2E
Octal 233 171 120 0 26 60 47 41 40 56
Binary 10011011 1111001 1010000 0 10110 110000 100111 100001 100000 101110

Color Harmonies of #9B7950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7950

Black with #9B7950

Text Example


Text Example

White with #9B7950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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