#98815A

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

Shades of Muesli #98815A

Tints of Muesli #98815A

Color information

#98815A (or 0x98815A) is unknown color: approx Muesli. HEX triplet: 98, 81 and 5A. RGB value is (152,129,90). Sum of RGB (Red+Green+Blue) = 152+129+90=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 152 - color contains mainly: red. Hex color #98815A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98815A is #677EA5. Grayscale: #838383. Windows color (decimal): -6782630 or 5931416. OLE color: 5931416.

HSL color Cylindrical-coordinate representation of color #98815A: hue angle of 37.74º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #98815A is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB15212990-
CMYK00.150.410.40
HSL37.74º25.62%47.45%-
HSV(B)37.74º40.79%59.61%-
XYZ22.6423.1112.94-
YUV131.43104.62142.67-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.97%
GREEN value IS 129 (50.78% from 255) = 34.77%
BLUE value IS 90 (35.55% from 255) = 24.26%
R=40.97%
G=34.77%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521299000.150.410.4037.7425.6247.45
Hex98815A0F2928261a2f
Octal2302011320175150463257
Binary100110001000000110110100111110100110100010011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98815A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98815A; }

 p { color: rgb(152,129,90); }

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

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

 a { background-color: rgb(152,129,90); }

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

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

 span { border-color: rgb(152,129,90); }

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