Html Css Color HEX #9A7741 Muesli

📋 copy color: '#9A7741'

red 154 ◦ green 119 ◦ blue 65

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

Shades of Muesli #9A7741

Tints of Muesli #9A7741

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.21%

 BLUE value IS 65 (25.78% from 255) = 19.23%

R = 45.56%
G = 35.21%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.40

RGB Variations

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

Color information

#9A7741 (or 0x9A7741) is known color: Muesli. HEX triplet: 9A, 77 and 41. RGB value is (154,119,65). Sum of RGB (Red+Green+Blue) = 154+119+65=338 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.56% from 338); Green value is 119 (46.88% from 255 or 35.21% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7741 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7741 is #6588BE. Grayscale: #7B7B7B. Windows color (decimal): -6654143 or 4290458. OLE color: 4290458.

HSL color Cylindrical-coordinate representation of color #9A7741: hue angle of 36.4º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9A7741 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 119 65 -
CMYK 0 0.23 0.58 0.40
HSL 36.4º 0.41% 0.43% -
HSV(B) 36.4º 0.58% 0.6% -
XYZ 20.88 20.45 7.85 -
YUV 123.31 95.1 149.89 -
System Red Green Blue C M Y K H S L
Decimal 154 119 65 0 0.23 0.58 0.40 36.4 0.41 0.43
Hex 9A 77 41 0 17 3A 28 24 29 2B
Octal 232 167 101 0 27 72 50 44 51 53
Binary 10011010 1110111 1000001 0 10111 111010 101000 100100 101001 101011

Color Harmonies of #9A7741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7741

Black with #9A7741

Text Example


Text Example

White with #9A7741

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,119,65); }

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

background-color css

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

 a { background-color: rgb(154,119,65); }

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

border-color css

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

 span { border-color: rgb(154,119,65); }

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