#9E7B53

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

Shades of Muesli #9E7B53

Tints of Muesli #9E7B53

Color information

#9E7B53 (or 0x9E7B53) is unknown color: approx Muesli. HEX triplet: 9E, 7B and 53. RGB value is (158,123,83). Sum of RGB (Red+Green+Blue) = 158+123+83=364 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.41% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 83 (32.81% from 255 or 22.80% from 364); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7B53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7B53 is #6184AC. Grayscale: #818181. Windows color (decimal): -6390957 or 5471134. OLE color: 5471134.

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

Color convert

RGB15812383-
CMYK00.220.470.38
HSL32º31.12%47.25%-
HSV(B)32º47.47%61.96%-
XYZ22.7422.0611.24-
YUV128.9102.1148.75-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.41%
GREEN value IS 123 (48.44% from 255) = 33.79%
BLUE value IS 83 (32.81% from 255) = 22.80%
R=43.41%
G=33.79%
B=22.80%

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
Decimal1581238300.220.470.383231.1247.25
Hex9E7B530162F26201f2f
Octal2361731230265746403757
Binary100111101111011101001101011010111110011010000011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E7B53;
 }
 .AnyTagClassName
 {
   color: #9E7B53;
 }
</style>
background-color css

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

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

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

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

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

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