Html Css Color HEX #9D7C51 Muesli

📋 copy color: '#9D7C51'

red 157 ◦ green 124 ◦ blue 81

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

Shades of Muesli #9D7C51

Tints of Muesli #9D7C51

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.25%

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

R = 43.37%
G = 34.25%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.48

 K value IS 0.38

RGB Variations

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

Color information

#9D7C51 (or 0x9D7C51) is known color: Muesli. HEX triplet: 9D, 7C and 51. RGB value is (157,124,81). Sum of RGB (Red+Green+Blue) = 157+124+81=362 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.37% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 81 (32.03% from 255 or 22.38% from 362); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7C51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7C51 is #6283AE. Grayscale: #818181. Windows color (decimal): -6456239 or 5340317. OLE color: 5340317.

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

Color convert

RGB 157 124 81 -
CMYK 0 0.21 0.48 0.38
HSL 33.95º 0.32% 0.47% -
HSV(B) 33.95º 0.48% 0.62% -
XYZ 22.6 22.18 10.87 -
YUV 128.97 100.93 148 -
System Red Green Blue C M Y K H S L
Decimal 157 124 81 0 0.21 0.48 0.38 33.95 0.32 0.47
Hex 9D 7C 51 0 15 30 26 22 20 2F
Octal 235 174 121 0 25 60 46 42 40 57
Binary 10011101 1111100 1010001 0 10101 110000 100110 100010 100000 101111

Color Harmonies of #9D7C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7C51

Black with #9D7C51

Text Example


Text Example

White with #9D7C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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