#998153

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

Shades of Muesli #998153

Tints of Muesli #998153

Color information

#998153 (or 0x998153) is unknown color: approx Muesli. HEX triplet: 99, 81 and 53. RGB value is (153,129,83). Sum of RGB (Red+Green+Blue) = 153+129+83=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 83 (32.81% from 255 or 22.74% from 365); Max value from RGB is 153 - color contains mainly: red. Hex color #998153 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998153 is #667EAC. Grayscale: #838383. Windows color (decimal): -6717101 or 5472665. OLE color: 5472665.

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

Color convert

RGB15312983-
CMYK00.160.460.4
HSL39.43º29.66%46.27%-
HSV(B)39.43º45.75%60%-
XYZ22.5523.111.45-
YUV130.93100.95143.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.92%
GREEN value IS 129 (50.78% from 255) = 35.34%
BLUE value IS 83 (32.81% from 255) = 22.74%
R=41.92%
G=35.34%
B=22.74%

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
Decimal1531298300.160.460.439.4329.6646.27
Hex9981530102E28271e2e
Octal2312011230205650473656
Binary1001100110000001101001101000010111010100010011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998153; }

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

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

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

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

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

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

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

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