#98825B

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

Shades of Muesli #98825B

Tints of Muesli #98825B

Color information

#98825B (or 0x98825B) is unknown color: approx Muesli. HEX triplet: 98, 82 and 5B. RGB value is (152,130,91). Sum of RGB (Red+Green+Blue) = 152+130+91=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 91 (35.94% from 255 or 24.40% from 373); Max value from RGB is 152 - color contains mainly: red. Hex color #98825B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98825B is #677DA4. Grayscale: #848484. Windows color (decimal): -6782373 or 5997208. OLE color: 5997208.

HSL color Cylindrical-coordinate representation of color #98825B: hue angle of 38.36º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98825B is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB15213091-
CMYK00.140.400.40
HSL38.36º25.1%47.65%-
HSV(B)38.36º40.13%59.61%-
XYZ22.8223.413.21-
YUV132.13104.79142.17-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.75%
GREEN value IS 130 (51.17% from 255) = 34.85%
BLUE value IS 91 (35.94% from 255) = 24.40%
R=40.75%
G=34.85%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521309100.140.400.4038.3625.147.65
Hex98825B0E2828261930
Octal2302021330165050463160
Binary100110001000001010110110111010100010100010011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98825B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98825B; }

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

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

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

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

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

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

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

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