#998752

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

Shades of Muesli #998752

Tints of Muesli #998752

Color information

#998752 (or 0x998752) is unknown color: approx Muesli. HEX triplet: 99, 87 and 52. RGB value is (153,135,82). Sum of RGB (Red+Green+Blue) = 153+135+82=370 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.35% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 153 - color contains mainly: red. Hex color #998752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998752 is #6678AD. Grayscale: #868686. Windows color (decimal): -6715566 or 5408665. OLE color: 5408665.

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

Color convert

RGB15313582-
CMYK00.120.460.4
HSL44.79º30.21%46.08%-
HSV(B)44.79º46.41%60%-
XYZ23.3224.7111.52-
YUV134.3498.46141.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.35%
GREEN value IS 135 (53.12% from 255) = 36.49%
BLUE value IS 82 (32.42% from 255) = 22.16%
R=41.35%
G=36.49%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531358200.120.460.444.7930.2146.08
Hex9987520C2E282d1e2e
Octal2312071220145650553656
Binary100110011000011110100100110010111010100010110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998752; }

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

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

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

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

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

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

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

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