Html Css Color HEX #9B804C Muesli

📋 copy color: '#9B804C'

red 155 ◦ green 128 ◦ blue 76

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

Shades of Muesli #9B804C

Tints of Muesli #9B804C

RGB

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

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

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

R = 43.18%
G = 35.65%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.39

RGB Variations

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

Color information

#9B804C (or 0x9B804C) is known color: Muesli. HEX triplet: 9B, 80 and 4C. RGB value is (155,128,76). Sum of RGB (Red+Green+Blue) = 155+128+76=359 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.18% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 76 (30.08% from 255 or 21.17% from 359); Max value from RGB is 155 - color contains mainly: red. Hex color #9B804C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B804C is #647FB3. Grayscale: #828282. Windows color (decimal): -6586292 or 5013659. OLE color: 5013659.

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

Color convert

RGB 155 128 76 -
CMYK 0 0.17 0.51 0.39
HSL 39.49º 0.34% 0.45% -
HSV(B) 39.49º 0.51% 0.61% -
XYZ 22.54 22.93 10.08 -
YUV 130.15 97.45 145.73 -
System Red Green Blue C M Y K H S L
Decimal 155 128 76 0 0.17 0.51 0.39 39.49 0.34 0.45
Hex 9B 80 4C 0 11 33 27 27 22 2D
Octal 233 200 114 0 21 63 47 47 42 55
Binary 10011011 10000000 1001100 0 10001 110011 100111 100111 100010 101101

Color Harmonies of #9B804C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B804C

Black with #9B804C

Text Example


Text Example

White with #9B804C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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