Html Css Color HEX #9B7F49 Muesli

📋 copy color: '#9B7F49'

red 155 ◦ green 127 ◦ blue 73

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

Shades of Muesli #9B7F49

Tints of Muesli #9B7F49

RGB

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

 GREEN value IS 127 (50% from 255) = 35.77%

 BLUE value IS 73 (28.91% from 255) = 20.56%

R = 43.66%
G = 35.77%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.39

RGB Variations

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

Color information

#9B7F49 (or 0x9B7F49) is known color: Muesli. HEX triplet: 9B, 7F and 49. RGB value is (155,127,73). Sum of RGB (Red+Green+Blue) = 155+127+73=355 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.66% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7F49 is #6480B6. Grayscale: #818181. Windows color (decimal): -6586551 or 4816795. OLE color: 4816795.

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

Color convert

RGB 155 127 73 -
CMYK 0 0.18 0.53 0.39
HSL 39.51º 0.36% 0.45% -
HSV(B) 39.51º 0.53% 0.61% -
XYZ 22.31 22.63 9.5 -
YUV 129.22 96.28 146.39 -
System Red Green Blue C M Y K H S L
Decimal 155 127 73 0 0.18 0.53 0.39 39.51 0.36 0.45
Hex 9B 7F 49 0 12 35 27 28 24 2D
Octal 233 177 111 0 22 65 47 50 44 55
Binary 10011011 1111111 1001001 0 10010 110101 100111 101000 100100 101101

Color Harmonies of #9B7F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7F49

Black with #9B7F49

Text Example


Text Example

White with #9B7F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,127,73); }

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

background-color css

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

 a { background-color: rgb(155,127,73); }

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

border-color css

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

 span { border-color: rgb(155,127,73); }

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