#9C7B53

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

Shades of Muesli #9C7B53

Tints of Muesli #9C7B53

Color information

#9C7B53 (or 0x9C7B53) is unknown color: approx Muesli. HEX triplet: 9C, 7B and 53. RGB value is (156,123,83). Sum of RGB (Red+Green+Blue) = 156+123+83=362 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.09% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 83 (32.81% from 255 or 22.93% from 362); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7B53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7B53 is #6384AC. Grayscale: #808080. Windows color (decimal): -6522029 or 5471132. OLE color: 5471132.

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

Color convert

RGB15612383-
CMYK00.210.470.39
HSL32.88º30.54%46.86%-
HSV(B)32.88º46.79%61.18%-
XYZ22.3521.8611.22-
YUV128.31102.43147.75-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.09%
GREEN value IS 123 (48.44% from 255) = 33.98%
BLUE value IS 83 (32.81% from 255) = 22.93%
R=43.09%
G=33.98%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561238300.210.470.3932.8830.5446.86
Hex9C7B530152F27211f2f
Octal2341731230255747413757
Binary100111001111011101001101010110111110011110000111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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