Html Css Color HEX #9A834D Muesli

📋 copy color: '#9A834D'

red 154 ◦ green 131 ◦ blue 77

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

Shades of Muesli #9A834D

Tints of Muesli #9A834D

RGB

 RED value IS 154 (60.55% from 255) = 42.54%

 GREEN value IS 131 (51.56% from 255) = 36.19%

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

R = 42.54%
G = 36.19%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0.40

RGB Variations

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

Color information

#9A834D (or 0x9A834D) is known color: Muesli. HEX triplet: 9A, 83 and 4D. RGB value is (154,131,77). Sum of RGB (Red+Green+Blue) = 154+131+77=362 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.54% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 154 - color contains mainly: red. Hex color #9A834D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A834D is #657CB2. Grayscale: #838383. Windows color (decimal): -6651059 or 5079962. OLE color: 5079962.

HSL color Cylindrical-coordinate representation of color #9A834D: hue angle of 42.08º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9A834D is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 131 77 -
CMYK 0 0.15 0.50 0.40
HSL 42.08º 0.33% 0.45% -
HSV(B) 42.08º 0.5% 0.6% -
XYZ 22.78 23.64 10.38 -
YUV 131.72 97.12 143.89 -
System Red Green Blue C M Y K H S L
Decimal 154 131 77 0 0.15 0.50 0.40 42.08 0.33 0.45
Hex 9A 83 4D 0 F 32 28 2A 21 2D
Octal 232 203 115 0 17 62 50 52 41 55
Binary 10011010 10000011 1001101 0 1111 110010 101000 101010 100001 101101

Color Harmonies of #9A834D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A834D

Black with #9A834D

Text Example


Text Example

White with #9A834D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,131,77); }

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

background-color css

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

 a { background-color: rgb(154,131,77); }

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

border-color css

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

 span { border-color: rgb(154,131,77); }

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