Html Css Color HEX #9E7F4B Muesli

📋 copy color: '#9E7F4B'

red 158 ◦ green 127 ◦ blue 75

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

Shades of Muesli #9E7F4B

Tints of Muesli #9E7F4B

RGB

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

 GREEN value IS 127 (50% from 255) = 35.28%

 BLUE value IS 75 (29.69% from 255) = 20.83%

R = 43.89%
G = 35.28%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.53

 K value IS 0.38

RGB Variations

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

Color information

#9E7F4B (or 0x9E7F4B) is known color: Muesli. HEX triplet: 9E, 7F and 4B. RGB value is (158,127,75). Sum of RGB (Red+Green+Blue) = 158+127+75=360 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.89% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7F4B is #6180B4. Grayscale: #828282. Windows color (decimal): -6389941 or 4947870. OLE color: 4947870.

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

Color convert

RGB 158 127 75 -
CMYK 0 0.20 0.53 0.38
HSL 37.59º 0.36% 0.46% -
HSV(B) 37.59º 0.53% 0.62% -
XYZ 22.96 22.96 9.88 -
YUV 130.34 96.77 147.73 -
System Red Green Blue C M Y K H S L
Decimal 158 127 75 0 0.20 0.53 0.38 37.59 0.36 0.46
Hex 9E 7F 4B 0 14 35 26 26 24 2E
Octal 236 177 113 0 24 65 46 46 44 56
Binary 10011110 1111111 1001011 0 10100 110101 100110 100110 100100 101110

Color Harmonies of #9E7F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7F4B

Black with #9E7F4B

Text Example


Text Example

White with #9E7F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,127,75); }

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

background-color css

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

 a { background-color: rgb(158,127,75); }

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

border-color css

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

 span { border-color: rgb(158,127,75); }

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