Html Css Color HEX #9B7B4D Muesli

📋 copy color: '#9B7B4D'

red 155 ◦ green 123 ◦ blue 77

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

Shades of Muesli #9B7B4D

Tints of Muesli #9B7B4D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.65%

 BLUE value IS 77 (30.47% from 255) = 21.69%

R = 43.66%
G = 34.65%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.50

 K value IS 0.39

RGB Variations

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

Color information

#9B7B4D (or 0x9B7B4D) is known color: Muesli. HEX triplet: 9B, 7B and 4D. RGB value is (155,123,77). Sum of RGB (Red+Green+Blue) = 155+123+77=355 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.66% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 77 (30.47% from 255 or 21.69% from 355); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7B4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7B4D is #6484B2. Grayscale: #7F7F7F. Windows color (decimal): -6587571 or 5077915. OLE color: 5077915.

HSL color Cylindrical-coordinate representation of color #9B7B4D: hue angle of 35.38º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B7B4D is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 123 77 -
CMYK 0 0.21 0.50 0.39
HSL 35.38º 0.34% 0.45% -
HSV(B) 35.38º 0.5% 0.61% -
XYZ 21.94 21.67 10.05 -
YUV 127.32 99.6 147.74 -
System Red Green Blue C M Y K H S L
Decimal 155 123 77 0 0.21 0.50 0.39 35.38 0.34 0.45
Hex 9B 7B 4D 0 15 32 27 23 22 2D
Octal 233 173 115 0 25 62 47 43 42 55
Binary 10011011 1111011 1001101 0 10101 110010 100111 100011 100010 101101

Color Harmonies of #9B7B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7B4D

Black with #9B7B4D

Text Example


Text Example

White with #9B7B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,123,77); }

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

background-color css

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

 a { background-color: rgb(155,123,77); }

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

border-color css

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

 span { border-color: rgb(155,123,77); }

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