#98835D

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

Shades of Muesli #98835D

Tints of Muesli #98835D

Color information

#98835D (or 0x98835D) is unknown color: approx Muesli. HEX triplet: 98, 83 and 5D. RGB value is (152,131,93). Sum of RGB (Red+Green+Blue) = 152+131+93=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 93 (36.72% from 255 or 24.73% from 376); Max value from RGB is 152 - color contains mainly: red. Hex color #98835D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98835D is #677CA2. Grayscale: #858585. Windows color (decimal): -6782115 or 6128536. OLE color: 6128536.

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

Color convert

RGB15213193-
CMYK00.140.390.40
HSL38.64º24.08%48.04%-
HSV(B)38.64º38.82%59.61%-
XYZ23.0423.713.72-
YUV132.95105.46141.59-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.43%
GREEN value IS 131 (51.56% from 255) = 34.84%
BLUE value IS 93 (36.72% from 255) = 24.73%
R=40.43%
G=34.84%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521319300.140.390.4038.6424.0848.04
Hex98835D0E2728271830
Octal2302031350164750473060
Binary100110001000001110111010111010011110100010011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98835D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98835D; }

 p { color: rgb(152,131,93); }

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

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

 a { background-color: rgb(152,131,93); }

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

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

 span { border-color: rgb(152,131,93); }

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