Html Css Color HEX #9B7C4C Muesli

📋 copy color: '#9B7C4C'

red 155 ◦ green 124 ◦ blue 76

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

Shades of Muesli #9B7C4C

Tints of Muesli #9B7C4C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.93%

 BLUE value IS 76 (30.08% from 255) = 21.41%

R = 43.66%
G = 34.93%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.51

 K value IS 0.39

RGB Variations

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

Color information

#9B7C4C (or 0x9B7C4C) is known color: Muesli. HEX triplet: 9B, 7C and 4C. RGB value is (155,124,76). Sum of RGB (Red+Green+Blue) = 155+124+76=355 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.66% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7C4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7C4C is #6483B3. Grayscale: #808080. Windows color (decimal): -6587316 or 5012635. OLE color: 5012635.

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

Color convert

RGB 155 124 76 -
CMYK 0 0.2 0.51 0.39
HSL 36.46º 0.34% 0.45% -
HSV(B) 36.46º 0.51% 0.61% -
XYZ 22.03 21.91 9.9 -
YUV 127.8 98.77 147.4 -
System Red Green Blue C M Y K H S L
Decimal 155 124 76 0 0.2 0.51 0.39 36.46 0.34 0.45
Hex 9B 7C 4C 0 14 33 27 24 22 2D
Octal 233 174 114 0 24 63 47 44 42 55
Binary 10011011 1111100 1001100 0 10100 110011 100111 100100 100010 101101

Color Harmonies of #9B7C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7C4C

Black with #9B7C4C

Text Example


Text Example

White with #9B7C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,124,76); }

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

background-color css

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

 a { background-color: rgb(155,124,76); }

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

border-color css

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

 span { border-color: rgb(155,124,76); }

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