#998252

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

Shades of Muesli #998252

Tints of Muesli #998252

Color information

#998252 (or 0x998252) is unknown color: approx Muesli. HEX triplet: 99, 82 and 52. RGB value is (153,130,82). Sum of RGB (Red+Green+Blue) = 153+130+82=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 153 - color contains mainly: red. Hex color #998252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998252 is #667DAD. Grayscale: #838383. Windows color (decimal): -6716846 or 5407385. OLE color: 5407385.

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

Color convert

RGB15313082-
CMYK00.150.460.4
HSL40.56º30.21%46.08%-
HSV(B)40.56º46.41%60%-
XYZ22.6423.3511.3-
YUV131.4100.12143.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.92%
GREEN value IS 130 (51.17% from 255) = 35.62%
BLUE value IS 82 (32.42% from 255) = 22.47%
R=41.92%
G=35.62%
B=22.47%

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
Decimal1531308200.150.460.440.5630.2146.08
Hex9982520F2E28291e2e
Octal2312021220175650513656
Binary100110011000001010100100111110111010100010100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998252; }

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

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

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

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

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

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

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

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