Html Css Color HEX #9A7C48 Muesli

📋 copy color: '#9A7C48'

red 154 ◦ green 124 ◦ blue 72

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

Shades of Muesli #9A7C48

Tints of Muesli #9A7C48

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.43%

 BLUE value IS 72 (28.52% from 255) = 20.57%

R = 44%
G = 35.43%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#9A7C48 (or 0x9A7C48) is known color: Muesli. HEX triplet: 9A, 7C and 48. RGB value is (154,124,72). Sum of RGB (Red+Green+Blue) = 154+124+72=350 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 72 (28.52% from 255 or 20.57% from 350); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7C48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7C48 is #6583B7. Grayscale: #7F7F7F. Windows color (decimal): -6652856 or 4750490. OLE color: 4750490.

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

Color convert

RGB 154 124 72 -
CMYK 0 0.19 0.53 0.40
HSL 38.05º 0.36% 0.44% -
HSV(B) 38.05º 0.53% 0.6% -
XYZ 21.7 21.75 9.19 -
YUV 127.04 96.94 147.23 -
System Red Green Blue C M Y K H S L
Decimal 154 124 72 0 0.19 0.53 0.40 38.05 0.36 0.44
Hex 9A 7C 48 0 13 35 28 26 24 2C
Octal 232 174 110 0 23 65 50 46 44 54
Binary 10011010 1111100 1001000 0 10011 110101 101000 100110 100100 101100

Color Harmonies of #9A7C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7C48

Black with #9A7C48

Text Example


Text Example

White with #9A7C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,124,72); }

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

background-color css

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

 a { background-color: rgb(154,124,72); }

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

border-color css

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

 span { border-color: rgb(154,124,72); }

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