#998152

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

Shades of Muesli #998152

Tints of Muesli #998152

Color information

#998152 (or 0x998152) is unknown color: approx Muesli. HEX triplet: 99, 81 and 52. RGB value is (153,129,82). Sum of RGB (Red+Green+Blue) = 153+129+82=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 82 (32.42% from 255 or 22.53% from 364); Max value from RGB is 153 - color contains mainly: red. Hex color #998152 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998152 is #667EAD. Grayscale: #838383. Windows color (decimal): -6717102 or 5407129. OLE color: 5407129.

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

Color convert

RGB15312982-
CMYK00.160.460.4
HSL39.72º30.21%46.08%-
HSV(B)39.72º46.41%60%-
XYZ22.5123.0811.25-
YUV130.82100.45143.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.03%
GREEN value IS 129 (50.78% from 255) = 35.44%
BLUE value IS 82 (32.42% from 255) = 22.53%
R=42.03%
G=35.44%
B=22.53%

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
Decimal1531298200.160.460.439.7230.2146.08
Hex9981520102E28281e2e
Octal2312011220205650503656
Binary1001100110000001101001001000010111010100010100011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998152; }

 p { color: rgb(153,129,82); }

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

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

 a { background-color: rgb(153,129,82); }

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

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

 span { border-color: rgb(153,129,82); }

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