Html Css Color HEX #9A8257 Muesli

📋 copy color: '#9A8257'

red 154 ◦ green 130 ◦ blue 87

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

Shades of Muesli #9A8257

Tints of Muesli #9A8257

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.04%

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

R = 41.51%
G = 35.04%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.40

RGB Variations

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

Color information

#9A8257 (or 0x9A8257) is known color: Muesli. HEX triplet: 9A, 82 and 57. RGB value is (154,130,87). Sum of RGB (Red+Green+Blue) = 154+130+87=371 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.51% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 87 (34.38% from 255 or 23.45% from 371); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8257 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8257 is #657DA8. Grayscale: #848484. Windows color (decimal): -6651305 or 5735066. OLE color: 5735066.

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

Color convert

RGB 154 130 87 -
CMYK 0 0.16 0.44 0.40
HSL 38.51º 0.28% 0.47% -
HSV(B) 38.51º 0.44% 0.6% -
XYZ 23.03 23.52 12.34 -
YUV 132.27 102.45 143.5 -
System Red Green Blue C M Y K H S L
Decimal 154 130 87 0 0.16 0.44 0.40 38.51 0.28 0.47
Hex 9A 82 57 0 10 2C 28 27 1C 2F
Octal 232 202 127 0 20 54 50 47 34 57
Binary 10011010 10000010 1010111 0 10000 101100 101000 100111 11100 101111

Color Harmonies of #9A8257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8257

Black with #9A8257

Text Example


Text Example

White with #9A8257

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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