Html Css Color HEX #9D7F56 Muesli

📋 copy color: '#9D7F56'

red 157 ◦ green 127 ◦ blue 86

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

Shades of Muesli #9D7F56

Tints of Muesli #9D7F56

RGB

 RED value IS 157 (61.72% from 255) = 42.43%

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

 BLUE value IS 86 (33.98% from 255) = 23.24%

R = 42.43%
G = 34.32%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.38

RGB Variations

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

Color information

#9D7F56 (or 0x9D7F56) is known color: Muesli. HEX triplet: 9D, 7F and 56. RGB value is (157,127,86). Sum of RGB (Red+Green+Blue) = 157+127+86=370 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.43% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 86 (33.98% from 255 or 23.24% from 370); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7F56 is #6280A9. Grayscale: #838383. Windows color (decimal): -6455466 or 5668765. OLE color: 5668765.

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

Color convert

RGB 157 127 86 -
CMYK 0 0.19 0.45 0.38
HSL 34.65º 0.29% 0.48% -
HSV(B) 34.65º 0.45% 0.62% -
XYZ 23.17 23.02 12.03 -
YUV 131.3 102.44 146.33 -
System Red Green Blue C M Y K H S L
Decimal 157 127 86 0 0.19 0.45 0.38 34.65 0.29 0.48
Hex 9D 7F 56 0 13 2D 26 23 1D 30
Octal 235 177 126 0 23 55 46 43 35 60
Binary 10011101 1111111 1010110 0 10011 101101 100110 100011 11101 110000

Color Harmonies of #9D7F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7F56

Black with #9D7F56

Text Example


Text Example

White with #9D7F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,127,86); }

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

background-color css

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

 a { background-color: rgb(157,127,86); }

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

border-color css

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

 span { border-color: rgb(157,127,86); }

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