Html Css Color HEX #9B804F Muesli

📋 copy color: '#9B804F'

red 155 ◦ green 128 ◦ blue 79

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

Shades of Muesli #9B804F

Tints of Muesli #9B804F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.82%

R = 42.82%
G = 35.36%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#9B804F (or 0x9B804F) is known color: Muesli. HEX triplet: 9B, 80 and 4F. RGB value is (155,128,79). Sum of RGB (Red+Green+Blue) = 155+128+79=362 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.82% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 79 (31.25% from 255 or 21.82% from 362); Max value from RGB is 155 - color contains mainly: red. Hex color #9B804F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B804F is #647FB0. Grayscale: #828282. Windows color (decimal): -6586289 or 5210267. OLE color: 5210267.

HSL color Cylindrical-coordinate representation of color #9B804F: hue angle of 38.68º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9B804F is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 128 79 -
CMYK 0 0.17 0.49 0.39
HSL 38.68º 0.32% 0.46% -
HSV(B) 38.68º 0.49% 0.61% -
XYZ 22.65 22.97 10.64 -
YUV 130.49 98.95 145.48 -
System Red Green Blue C M Y K H S L
Decimal 155 128 79 0 0.17 0.49 0.39 38.68 0.32 0.46
Hex 9B 80 4F 0 11 31 27 27 20 2E
Octal 233 200 117 0 21 61 47 47 40 56
Binary 10011011 10000000 1001111 0 10001 110001 100111 100111 100000 101110

Color Harmonies of #9B804F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B804F

Black with #9B804F

Text Example


Text Example

White with #9B804F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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