Html Css Color HEX #9D7A51 Muesli

📋 copy color: '#9D7A51'

red 157 ◦ green 122 ◦ blue 81

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

Shades of Muesli #9D7A51

Tints of Muesli #9D7A51

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.89%

 BLUE value IS 81 (32.03% from 255) = 22.5%

R = 43.61%
G = 33.89%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.48

 K value IS 0.38

RGB Variations

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

Color information

#9D7A51 (or 0x9D7A51) is known color: Muesli. HEX triplet: 9D, 7A and 51. RGB value is (157,122,81). Sum of RGB (Red+Green+Blue) = 157+122+81=360 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.61% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 81 (32.03% from 255 or 22.5% from 360); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7A51 is #6285AE. Grayscale: #7F7F7F. Windows color (decimal): -6456751 or 5339805. OLE color: 5339805.

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

Color convert

RGB 157 122 81 -
CMYK 0 0.22 0.48 0.38
HSL 32.37º 0.32% 0.47% -
HSV(B) 32.37º 0.48% 0.62% -
XYZ 22.35 21.68 10.79 -
YUV 127.79 101.6 148.83 -
System Red Green Blue C M Y K H S L
Decimal 157 122 81 0 0.22 0.48 0.38 32.37 0.32 0.47
Hex 9D 7A 51 0 16 30 26 20 20 2F
Octal 235 172 121 0 26 60 46 40 40 57
Binary 10011101 1111010 1010001 0 10110 110000 100110 100000 100000 101111

Color Harmonies of #9D7A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7A51

Black with #9D7A51

Text Example


Text Example

White with #9D7A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,122,81); }

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

background-color css

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

 a { background-color: rgb(157,122,81); }

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

border-color css

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

 span { border-color: rgb(157,122,81); }

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