Html Css Color HEX #9B804D Muesli

📋 copy color: '#9B804D'

red 155 ◦ green 128 ◦ blue 77

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

Shades of Muesli #9B804D

Tints of Muesli #9B804D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.56%

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

R = 43.06%
G = 35.56%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.50

 K value IS 0.39

RGB Variations

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

Color information

#9B804D (or 0x9B804D) is known color: Muesli. HEX triplet: 9B, 80 and 4D. RGB value is (155,128,77). Sum of RGB (Red+Green+Blue) = 155+128+77=360 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.06% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 155 - color contains mainly: red. Hex color #9B804D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B804D is #647FB2. Grayscale: #828282. Windows color (decimal): -6586291 or 5079195. OLE color: 5079195.

HSL color Cylindrical-coordinate representation of color #9B804D: hue angle of 39.23º 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 #9B804D is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 128 77 -
CMYK 0 0.17 0.50 0.39
HSL 39.23º 0.34% 0.45% -
HSV(B) 39.23º 0.5% 0.61% -
XYZ 22.58 22.94 10.26 -
YUV 130.26 97.95 145.65 -
System Red Green Blue C M Y K H S L
Decimal 155 128 77 0 0.17 0.50 0.39 39.23 0.34 0.45
Hex 9B 80 4D 0 11 32 27 27 22 2D
Octal 233 200 115 0 21 62 47 47 42 55
Binary 10011011 10000000 1001101 0 10001 110010 100111 100111 100010 101101

Color Harmonies of #9B804D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B804D

Black with #9B804D

Text Example


Text Example

White with #9B804D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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