#978352

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

Shades of Muesli #978352

Tints of Muesli #978352

Color information

#978352 (or 0x978352) is unknown color: approx Muesli. HEX triplet: 97, 83 and 52. RGB value is (151,131,82). Sum of RGB (Red+Green+Blue) = 151+131+82=364 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.48% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 82 (32.42% from 255 or 22.53% from 364); Max value from RGB is 151 - color contains mainly: red. Hex color #978352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978352 is #687CAD. Grayscale: #838383. Windows color (decimal): -6847662 or 5407639. OLE color: 5407639.

HSL color Cylindrical-coordinate representation of color #978352: hue angle of 42.61º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #978352 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.41.

Color convert

RGB15113182-
CMYK00.130.460.41
HSL42.61º29.61%45.69%-
HSV(B)42.61º45.7%59.22%-
XYZ22.423.4211.32-
YUV131.39100.13141.98-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.48%
GREEN value IS 131 (51.56% from 255) = 35.99%
BLUE value IS 82 (32.42% from 255) = 22.53%
R=41.48%
G=35.99%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511318200.130.460.4142.6129.6145.69
Hex9783520D2E292b1e2e
Octal2272031220155651533656
Binary100101111000001110100100110110111010100110101111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978352; }

 p { color: rgb(151,131,82); }

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

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

 a { background-color: rgb(151,131,82); }

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

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

 span { border-color: rgb(151,131,82); }

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