#978452

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

Shades of Muesli #978452

Tints of Muesli #978452

Color information

#978452 (or 0x978452) is unknown color: approx Muesli. HEX triplet: 97, 84 and 52. RGB value is (151,132,82). Sum of RGB (Red+Green+Blue) = 151+132+82=365 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.37% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 151 - color contains mainly: red. Hex color #978452 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978452 is #687BAD. Grayscale: #848484. Windows color (decimal): -6847406 or 5407895. OLE color: 5407895.

HSL color Cylindrical-coordinate representation of color #978452: hue angle of 43.48º 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 #978452 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.41.

Color convert

RGB15113282-
CMYK00.130.460.41
HSL43.48º29.61%45.69%-
HSV(B)43.48º45.7%59.22%-
XYZ22.5423.6911.37-
YUV131.9899.79141.57-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.37%
GREEN value IS 132 (51.95% from 255) = 36.16%
BLUE value IS 82 (32.42% from 255) = 22.47%
R=41.37%
G=36.16%
B=22.47%

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
Decimal1511328200.130.460.4143.4829.6145.69
Hex9784520D2E292b1e2e
Octal2272041220155651533656
Binary100101111000010010100100110110111010100110101111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978452; }

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

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

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

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

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

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

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

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