#9D7B53

Color #9D7B53 Muesli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muesli #9D7B53

Tints of Muesli #9D7B53

Color information

#9D7B53 (or 0x9D7B53) is unknown color: approx 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

RGB15712383-
CMYK00.220.470.38
HSL32.43º30.83%47.06%-
HSV(B)32.43º47.13%61.57%-
XYZ22.5521.9611.23-
YUV128.61102.26148.25-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571238300.220.470.3832.4330.8347.06
Hex9D7B530162F26201f2f
Octal2351731230265746403757
Binary100111011111011101001101011010111110011010000011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>