#97855B

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

Shades of Muesli #97855B

Tints of Muesli #97855B

Color information

#97855B (or 0x97855B) is unknown color: approx Muesli. HEX triplet: 97, 85 and 5B. RGB value is (151,133,91). Sum of RGB (Red+Green+Blue) = 151+133+91=375 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.27% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 151 - color contains mainly: red. Hex color #97855B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97855B is #687AA4. Grayscale: #858585. Windows color (decimal): -6847141 or 5997975. OLE color: 5997975.

HSL color Cylindrical-coordinate representation of color #97855B: hue angle of 42º 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 #97855B is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB15113391-
CMYK00.120.400.41
HSL42º24.79%47.45%-
HSV(B)42º39.74%59.22%-
XYZ23.0424.1113.34-
YUV133.59103.96140.42-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.27%
GREEN value IS 133 (52.34% from 255) = 35.47%
BLUE value IS 91 (35.94% from 255) = 24.27%
R=40.27%
G=35.47%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511339100.120.400.414224.7947.45
Hex97855B0C28292a192f
Octal2272051330145051523157
Binary100101111000010110110110110010100010100110101011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97855B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97855B; }

 p { color: rgb(151,133,91); }

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

<style>
 a { background-color: #97855B; }

 a { background-color: rgb(151,133,91); }

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

<style>
 span { border-color: #97855B; }

 span { border-color: rgb(151,133,91); }

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