Html Css Color HEX #9A8350 Muesli

📋 copy color: '#9A8350'

red 154 ◦ green 131 ◦ blue 80

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

Shades of Muesli #9A8350

Tints of Muesli #9A8350

RGB

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

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

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

R = 42.19%
G = 35.89%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.40

RGB Variations

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

Color information

#9A8350 (or 0x9A8350) is known color: Muesli. HEX triplet: 9A, 83 and 50. RGB value is (154,131,80). Sum of RGB (Red+Green+Blue) = 154+131+80=365 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.19% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8350 is #657CAF. Grayscale: #848484. Windows color (decimal): -6651056 or 5276570. OLE color: 5276570.

HSL color Cylindrical-coordinate representation of color #9A8350: hue angle of 41.35º 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 #9A8350 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 131 80 -
CMYK 0 0.15 0.48 0.40
HSL 41.35º 0.32% 0.46% -
HSV(B) 41.35º 0.48% 0.6% -
XYZ 22.89 23.68 10.95 -
YUV 132.06 98.62 143.65 -
System Red Green Blue C M Y K H S L
Decimal 154 131 80 0 0.15 0.48 0.40 41.35 0.32 0.46
Hex 9A 83 50 0 F 30 28 29 20 2E
Octal 232 203 120 0 17 60 50 51 40 56
Binary 10011010 10000011 1010000 0 1111 110000 101000 101001 100000 101110

Color Harmonies of #9A8350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8350

Black with #9A8350

Text Example


Text Example

White with #9A8350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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