Html Css Color HEX #9F7F4B Muesli

📋 copy color: '#9F7F4B'

red 159 ◦ green 127 ◦ blue 75

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

Shades of Muesli #9F7F4B

Tints of Muesli #9F7F4B

RGB

 RED value IS 159 (62.5% from 255) = 44.04%

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

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

R = 44.04%
G = 35.18%
B = 20.78%

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

#9F7F4B (or 0x9F7F4B) is known color: Muesli. HEX triplet: 9F, 7F and 4B. RGB value is (159,127,75). Sum of RGB (Red+Green+Blue) = 159+127+75=361 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.04% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 75 (29.69% from 255 or 20.78% from 361); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7F4B is #6080B4. Grayscale: #828282. Windows color (decimal): -6324405 or 4947871. OLE color: 4947871.

HSL color Cylindrical-coordinate representation of color #9F7F4B: hue angle of 37.14º 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 #9F7F4B is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 127 75 -
CMYK 0 0.20 0.53 0.38
HSL 37.14º 0.36% 0.46% -
HSV(B) 37.14º 0.53% 0.62% -
XYZ 23.16 23.06 9.89 -
YUV 130.64 96.6 148.23 -
System Red Green Blue C M Y K H S L
Decimal 159 127 75 0 0.20 0.53 0.38 37.14 0.36 0.46
Hex 9F 7F 4B 0 14 35 26 25 24 2E
Octal 237 177 113 0 24 65 46 45 44 56
Binary 10011111 1111111 1001011 0 10100 110101 100110 100101 100100 101110

Color Harmonies of #9F7F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7F4B

Black with #9F7F4B

Text Example


Text Example

White with #9F7F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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