Html Css Color HEX #9E814C Muesli

📋 copy color: '#9E814C'

red 158 ◦ green 129 ◦ blue 76

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

Shades of Muesli #9E814C

Tints of Muesli #9E814C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.54%

 BLUE value IS 76 (30.08% from 255) = 20.94%

R = 43.53%
G = 35.54%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.38

RGB Variations

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

Color information

#9E814C (or 0x9E814C) is known color: Muesli. HEX triplet: 9E, 81 and 4C. RGB value is (158,129,76). Sum of RGB (Red+Green+Blue) = 158+129+76=363 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.53% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 76 (30.08% from 255 or 20.94% from 363); Max value from RGB is 158 - color contains mainly: red. Hex color #9E814C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E814C is #617EB3. Grayscale: #838383. Windows color (decimal): -6389428 or 5013918. OLE color: 5013918.

HSL color Cylindrical-coordinate representation of color #9E814C: hue angle of 38.78º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9E814C is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 129 76 -
CMYK 0 0.18 0.52 0.38
HSL 38.78º 0.35% 0.46% -
HSV(B) 38.78º 0.52% 0.62% -
XYZ 23.26 23.49 10.15 -
YUV 131.63 96.61 146.81 -
System Red Green Blue C M Y K H S L
Decimal 158 129 76 0 0.18 0.52 0.38 38.78 0.35 0.46
Hex 9E 81 4C 0 12 34 26 27 23 2E
Octal 236 201 114 0 22 64 46 47 43 56
Binary 10011110 10000001 1001100 0 10010 110100 100110 100111 100011 101110

Color Harmonies of #9E814C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E814C

Black with #9E814C

Text Example


Text Example

White with #9E814C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,129,76); }

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

background-color css

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

 a { background-color: rgb(158,129,76); }

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

border-color css

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

 span { border-color: rgb(158,129,76); }

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