Html Css Color HEX #9A7B49 Muesli

📋 copy color: '#9A7B49'

red 154 ◦ green 123 ◦ blue 73

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

Shades of Muesli #9A7B49

Tints of Muesli #9A7B49

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.14%

 BLUE value IS 73 (28.91% from 255) = 20.86%

R = 44%
G = 35.14%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#9A7B49 (or 0x9A7B49) is known color: Muesli. HEX triplet: 9A, 7B and 49. RGB value is (154,123,73). Sum of RGB (Red+Green+Blue) = 154+123+73=350 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7B49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7B49 is #6584B6. Grayscale: #7E7E7E. Windows color (decimal): -6653111 or 4815770. OLE color: 4815770.

HSL color Cylindrical-coordinate representation of color #9A7B49: hue angle of 37.04º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9A7B49 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 123 73 -
CMYK 0 0.20 0.53 0.40
HSL 37.04º 0.36% 0.45% -
HSV(B) 37.04º 0.53% 0.6% -
XYZ 21.61 21.52 9.32 -
YUV 126.57 97.77 147.57 -
System Red Green Blue C M Y K H S L
Decimal 154 123 73 0 0.20 0.53 0.40 37.04 0.36 0.45
Hex 9A 7B 49 0 14 35 28 25 24 2D
Octal 232 173 111 0 24 65 50 45 44 55
Binary 10011010 1111011 1001001 0 10100 110101 101000 100101 100100 101101

Color Harmonies of #9A7B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7B49

Black with #9A7B49

Text Example


Text Example

White with #9A7B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,123,73); }

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

background-color css

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

 a { background-color: rgb(154,123,73); }

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

border-color css

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

 span { border-color: rgb(154,123,73); }

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