Html Css Color HEX #9D7B56 Muesli

📋 copy color: '#9D7B56'

red 157 ◦ green 123 ◦ blue 86

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

Shades of Muesli #9D7B56

Tints of Muesli #9D7B56

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.61%

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

R = 42.9%
G = 33.61%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.45

 K value IS 0.38

RGB Variations

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

Color information

#9D7B56 (or 0x9D7B56) is known color: Muesli. HEX triplet: 9D, 7B and 56. RGB value is (157,123,86). Sum of RGB (Red+Green+Blue) = 157+123+86=366 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.90% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7B56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7B56 is #6284A9. Grayscale: #818181. Windows color (decimal): -6456490 or 5667741. OLE color: 5667741.

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

Color convert

RGB 157 123 86 -
CMYK 0 0.22 0.45 0.38
HSL 31.27º 0.29% 0.48% -
HSV(B) 31.27º 0.45% 0.62% -
XYZ 22.67 22.01 11.86 -
YUV 128.95 103.76 148.01 -
System Red Green Blue C M Y K H S L
Decimal 157 123 86 0 0.22 0.45 0.38 31.27 0.29 0.48
Hex 9D 7B 56 0 16 2D 26 1F 1D 30
Octal 235 173 126 0 26 55 46 37 35 60
Binary 10011101 1111011 1010110 0 10110 101101 100110 11111 11101 110000

Color Harmonies of #9D7B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7B56

Black with #9D7B56

Text Example


Text Example

White with #9D7B56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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