#988252

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

Shades of Muesli #988252

Tints of Muesli #988252

Color information

#988252 (or 0x988252) is unknown color: approx Muesli. HEX triplet: 98, 82 and 52. RGB value is (152,130,82). Sum of RGB (Red+Green+Blue) = 152+130+82=364 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.76% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 82 (32.42% from 255 or 22.53% from 364); Max value from RGB is 152 - color contains mainly: red. Hex color #988252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988252 is #677DAD. Grayscale: #838383. Windows color (decimal): -6782382 or 5407384. OLE color: 5407384.

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

Color convert

RGB15213082-
CMYK00.140.460.40
HSL41.14º29.91%45.88%-
HSV(B)41.14º46.05%59.61%-
XYZ22.4523.2511.29-
YUV131.11100.29142.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.76%
GREEN value IS 130 (51.17% from 255) = 35.71%
BLUE value IS 82 (32.42% from 255) = 22.53%
R=41.76%
G=35.71%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521308200.140.460.4041.1429.9145.88
Hex9882520E2E28291e2e
Octal2302021220165650513656
Binary100110001000001010100100111010111010100010100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988252; }

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

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

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

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

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

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

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

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