Html Css Color HEX #9D7B53 Muesli

📋 copy color: '#9D7B53'

red 157 ◦ green 123 ◦ blue 83

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

Shades of Muesli #9D7B53

Tints of Muesli #9D7B53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.87%

R = 43.25%
G = 33.88%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.38

RGB Variations

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

Color information

#9D7B53 (or 0x9D7B53) is known color: Muesli. HEX triplet: 9D, 7B and 53. RGB value is (157,123,83). Sum of RGB (Red+Green+Blue) = 157+123+83=363 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.25% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7B53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7B53 is #6284AC. Grayscale: #808080. Windows color (decimal): -6456493 or 5471133. OLE color: 5471133.

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

Color convert

RGB 157 123 83 -
CMYK 0 0.22 0.47 0.38
HSL 32.43º 0.31% 0.47% -
HSV(B) 32.43º 0.47% 0.62% -
XYZ 22.55 21.96 11.23 -
YUV 128.61 102.26 148.25 -
System Red Green Blue C M Y K H S L
Decimal 157 123 83 0 0.22 0.47 0.38 32.43 0.31 0.47
Hex 9D 7B 53 0 16 2F 26 20 1F 2F
Octal 235 173 123 0 26 57 46 40 37 57
Binary 10011101 1111011 1010011 0 10110 101111 100110 100000 11111 101111

Color Harmonies of #9D7B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7B53

Black with #9D7B53

Text Example


Text Example

White with #9D7B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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