#97845A

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

Shades of Muesli #97845A

Tints of Muesli #97845A

Color information

#97845A (or 0x97845A) is unknown color: approx Muesli. HEX triplet: 97, 84 and 5A. RGB value is (151,132,90). Sum of RGB (Red+Green+Blue) = 151+132+90=373 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.48% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 90 (35.55% from 255 or 24.13% from 373); Max value from RGB is 151 - color contains mainly: red. Hex color #97845A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97845A is #687BA5. Grayscale: #858585. Windows color (decimal): -6847398 or 5932183. OLE color: 5932183.

HSL color Cylindrical-coordinate representation of color #97845A: hue angle of 41.31º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97845A is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB15113290-
CMYK00.130.400.41
HSL41.31º25.31%47.25%-
HSV(B)41.31º40.4%59.22%-
XYZ22.8623.8213.07-
YUV132.89103.79140.92-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.48%
GREEN value IS 132 (51.95% from 255) = 35.39%
BLUE value IS 90 (35.55% from 255) = 24.13%
R=40.48%
G=35.39%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511329000.130.400.4141.3125.3147.25
Hex97845A0D282929192f
Octal2272041320155051513157
Binary100101111000010010110100110110100010100110100111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97845A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97845A; }

 p { color: rgb(151,132,90); }

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

<style>
 a { background-color: #97845A; }

 a { background-color: rgb(151,132,90); }

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

<style>
 span { border-color: #97845A; }

 span { border-color: rgb(151,132,90); }

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