#998458

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

Shades of Muesli #998458

Tints of Muesli #998458

Color information

#998458 (or 0x998458) is unknown color: approx Muesli. HEX triplet: 99, 84 and 58. RGB value is (153,132,88). Sum of RGB (Red+Green+Blue) = 153+132+88=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 88 (34.77% from 255 or 23.59% from 373); Max value from RGB is 153 - color contains mainly: red. Hex color #998458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998458 is #667BA7. Grayscale: #858585. Windows color (decimal): -6716328 or 5801113. OLE color: 5801113.

HSL color Cylindrical-coordinate representation of color #998458: hue angle of 40.62º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #998458 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB15313288-
CMYK00.140.420.4
HSL40.62º26.97%47.25%-
HSV(B)40.62º42.48%60%-
XYZ23.1523.9812.64-
YUV133.26102.46142.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.02%
GREEN value IS 132 (51.95% from 255) = 35.39%
BLUE value IS 88 (34.77% from 255) = 23.59%
R=41.02%
G=35.39%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531328800.140.420.440.6226.9747.25
Hex9984580E2A28291b2f
Octal2312041300165250513357
Binary100110011000010010110000111010101010100010100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998458; }

 p { color: rgb(153,132,88); }

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

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

 a { background-color: rgb(153,132,88); }

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

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

 span { border-color: rgb(153,132,88); }

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