Html Css Color HEX #9A7D50 Muesli

📋 copy color: '#9A7D50'

red 154 ◦ green 125 ◦ blue 80

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

Shades of Muesli #9A7D50

Tints of Muesli #9A7D50

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.82%

 BLUE value IS 80 (31.64% from 255) = 22.28%

R = 42.9%
G = 34.82%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.40

RGB Variations

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

Color information

#9A7D50 (or 0x9A7D50) is known color: Muesli. HEX triplet: 9A, 7D and 50. RGB value is (154,125,80). Sum of RGB (Red+Green+Blue) = 154+125+80=359 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.90% from 359); Green value is 125 (49.22% from 255 or 34.82% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7D50 is #6582AF. Grayscale: #808080. Windows color (decimal): -6652592 or 5275034. OLE color: 5275034.

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

Color convert

RGB 154 125 80 -
CMYK 0 0.19 0.48 0.40
HSL 36.49º 0.32% 0.46% -
HSV(B) 36.49º 0.48% 0.6% -
XYZ 22.11 22.12 10.69 -
YUV 128.54 100.61 146.16 -
System Red Green Blue C M Y K H S L
Decimal 154 125 80 0 0.19 0.48 0.40 36.49 0.32 0.46
Hex 9A 7D 50 0 13 30 28 24 20 2E
Octal 232 175 120 0 23 60 50 44 40 56
Binary 10011010 1111101 1010000 0 10011 110000 101000 100100 100000 101110

Color Harmonies of #9A7D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7D50

Black with #9A7D50

Text Example


Text Example

White with #9A7D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,125,80); }

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

background-color css

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

 a { background-color: rgb(154,125,80); }

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

border-color css

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

 span { border-color: rgb(154,125,80); }

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