Html Css Color HEX #9B7941 Muesli

📋 copy color: '#9B7941'

red 155 ◦ green 121 ◦ blue 65

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

Shades of Muesli #9B7941

Tints of Muesli #9B7941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.06%

R = 45.45%
G = 35.48%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.39

RGB Variations

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

Color information

#9B7941 (or 0x9B7941) is known color: Muesli. HEX triplet: 9B, 79 and 41. RGB value is (155,121,65). Sum of RGB (Red+Green+Blue) = 155+121+65=341 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.45% from 341); Green value is 121 (47.66% from 255 or 35.48% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7941 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7941 is #6486BE. Grayscale: #7D7D7D. Windows color (decimal): -6588095 or 4290971. OLE color: 4290971.

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

Color convert

RGB 155 121 65 -
CMYK 0 0.22 0.58 0.39
HSL 37.33º 0.41% 0.43% -
HSV(B) 37.33º 0.58% 0.61% -
XYZ 21.31 21.02 7.94 -
YUV 124.78 94.26 149.55 -
System Red Green Blue C M Y K H S L
Decimal 155 121 65 0 0.22 0.58 0.39 37.33 0.41 0.43
Hex 9B 79 41 0 16 3A 27 25 29 2B
Octal 233 171 101 0 26 72 47 45 51 53
Binary 10011011 1111001 1000001 0 10110 111010 100111 100101 101001 101011

Color Harmonies of #9B7941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7941

Black with #9B7941

Text Example


Text Example

White with #9B7941

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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