Html Css Color HEX #9E8552 Muesli

📋 copy color: '#9E8552'

red 158 ◦ green 133 ◦ blue 82

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

Shades of Muesli #9E8552

Tints of Muesli #9E8552

RGB

 RED value IS 158 (62.11% from 255) = 42.36%

 GREEN value IS 133 (52.34% from 255) = 35.66%

 BLUE value IS 82 (32.42% from 255) = 21.98%

R = 42.36%
G = 35.66%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.38

RGB Variations

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

Color information

#9E8552 (or 0x9E8552) is known color: Muesli. HEX triplet: 9E, 85 and 52. RGB value is (158,133,82). Sum of RGB (Red+Green+Blue) = 158+133+82=373 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.36% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 82 (32.42% from 255 or 21.98% from 373); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8552 is #617AAD. Grayscale: #868686. Windows color (decimal): -6388398 or 5408158. OLE color: 5408158.

HSL color Cylindrical-coordinate representation of color #9E8552: hue angle of 40.26º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9E8552 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 133 82 -
CMYK 0 0.16 0.48 0.38
HSL 40.26º 0.32% 0.47% -
HSV(B) 40.26º 0.48% 0.62% -
XYZ 24.01 24.65 11.48 -
YUV 134.66 98.28 144.65 -
System Red Green Blue C M Y K H S L
Decimal 158 133 82 0 0.16 0.48 0.38 40.26 0.32 0.47
Hex 9E 85 52 0 10 30 26 28 20 2F
Octal 236 205 122 0 20 60 46 50 40 57
Binary 10011110 10000101 1010010 0 10000 110000 100110 101000 100000 101111

Color Harmonies of #9E8552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8552

Black with #9E8552

Text Example


Text Example

White with #9E8552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,133,82); }

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

background-color css

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

 a { background-color: rgb(158,133,82); }

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

border-color css

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

 span { border-color: rgb(158,133,82); }

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