#998253

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

Shades of Muesli #998253

Tints of Muesli #998253

Color information

#998253 (or 0x998253) is unknown color: approx Muesli. HEX triplet: 99, 82 and 53. RGB value is (153,130,83). Sum of RGB (Red+Green+Blue) = 153+130+83=366 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.80% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 83 (32.81% from 255 or 22.68% from 366); Max value from RGB is 153 - color contains mainly: red. Hex color #998253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998253 is #667DAC. Grayscale: #838383. Windows color (decimal): -6716845 or 5472921. OLE color: 5472921.

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

Color convert

RGB15313083-
CMYK00.150.460.4
HSL40.29º29.66%46.27%-
HSV(B)40.29º45.75%60%-
XYZ22.6823.3611.5-
YUV131.52100.62143.32-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.80%
GREEN value IS 130 (51.17% from 255) = 35.52%
BLUE value IS 83 (32.81% from 255) = 22.68%
R=41.80%
G=35.52%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531308300.150.460.440.2929.6646.27
Hex9982530F2E28281e2e
Octal2312021230175650503656
Binary100110011000001010100110111110111010100010100011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998253; }

 p { color: rgb(153,130,83); }

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

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

 a { background-color: rgb(153,130,83); }

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

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

 span { border-color: rgb(153,130,83); }

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