#998053

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

Shades of Muesli #998053

Tints of Muesli #998053

Color information

#998053 (or 0x998053) is unknown color: approx Muesli. HEX triplet: 99, 80 and 53. RGB value is (153,128,83). Sum of RGB (Red+Green+Blue) = 153+128+83=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 83 (32.81% from 255 or 22.80% from 364); Max value from RGB is 153 - color contains mainly: red. Hex color #998053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998053 is #667FAC. Grayscale: #828282. Windows color (decimal): -6717357 or 5472409. OLE color: 5472409.

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

Color convert

RGB15312883-
CMYK00.160.460.4
HSL38.57º29.66%46.27%-
HSV(B)38.57º45.75%60%-
XYZ22.4222.8411.41-
YUV130.34101.28144.16-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.03%
GREEN value IS 128 (50.39% from 255) = 35.16%
BLUE value IS 83 (32.81% from 255) = 22.80%
R=42.03%
G=35.16%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531288300.160.460.438.5729.6646.27
Hex9980530102E28271e2e
Octal2312001230205650473656
Binary1001100110000000101001101000010111010100010011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998053; }

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

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

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

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

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

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

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

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