Html Css Color HEX #9B7C4A Muesli

📋 copy color: '#9B7C4A'

red 155 ◦ green 124 ◦ blue 74

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

Shades of Muesli #9B7C4A

Tints of Muesli #9B7C4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.96%

R = 43.91%
G = 35.13%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.52

 K value IS 0.39

RGB Variations

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

Color information

#9B7C4A (or 0x9B7C4A) is known color: Muesli. HEX triplet: 9B, 7C and 4A. RGB value is (155,124,74). Sum of RGB (Red+Green+Blue) = 155+124+74=353 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.91% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7C4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7C4A is #6483B5. Grayscale: #7F7F7F. Windows color (decimal): -6587318 or 4881563. OLE color: 4881563.

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

Color convert

RGB 155 124 74 -
CMYK 0 0.2 0.52 0.39
HSL 37.04º 0.35% 0.45% -
HSV(B) 37.04º 0.52% 0.61% -
XYZ 21.96 21.88 9.54 -
YUV 127.57 97.77 147.57 -
System Red Green Blue C M Y K H S L
Decimal 155 124 74 0 0.2 0.52 0.39 37.04 0.35 0.45
Hex 9B 7C 4A 0 14 34 27 25 23 2D
Octal 233 174 112 0 24 64 47 45 43 55
Binary 10011011 1111100 1001010 0 10100 110100 100111 100101 100011 101101

Color Harmonies of #9B7C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7C4A

Black with #9B7C4A

Text Example


Text Example

White with #9B7C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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