Html Css Color HEX #9A8357 Muesli

📋 copy color: '#9A8357'

red 154 ◦ green 131 ◦ blue 87

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

Shades of Muesli #9A8357

Tints of Muesli #9A8357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 23.39%

R = 41.4%
G = 35.22%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.40

RGB Variations

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

Color information

#9A8357 (or 0x9A8357) is known color: Muesli. HEX triplet: 9A, 83 and 57. RGB value is (154,131,87). Sum of RGB (Red+Green+Blue) = 154+131+87=372 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.40% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 87 (34.38% from 255 or 23.39% from 372); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8357 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8357 is #657CA8. Grayscale: #858585. Windows color (decimal): -6651049 or 5735322. OLE color: 5735322.

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

Color convert

RGB 154 131 87 -
CMYK 0 0.15 0.44 0.40
HSL 39.4º 0.28% 0.47% -
HSV(B) 39.4º 0.44% 0.6% -
XYZ 23.16 23.79 12.39 -
YUV 132.86 102.12 143.08 -
System Red Green Blue C M Y K H S L
Decimal 154 131 87 0 0.15 0.44 0.40 39.4 0.28 0.47
Hex 9A 83 57 0 F 2C 28 27 1C 2F
Octal 232 203 127 0 17 54 50 47 34 57
Binary 10011010 10000011 1010111 0 1111 101100 101000 100111 11100 101111

Color Harmonies of #9A8357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8357

Black with #9A8357

Text Example


Text Example

White with #9A8357

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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