#98824E

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

Shades of Muesli #98824E

Tints of Muesli #98824E

Color information

#98824E (or 0x98824E) is unknown color: approx Muesli. HEX triplet: 98, 82 and 4E. RGB value is (152,130,78). Sum of RGB (Red+Green+Blue) = 152+130+78=360 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.22% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 78 (30.86% from 255 or 21.67% from 360); Max value from RGB is 152 - color contains mainly: red. Hex color #98824E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98824E is #677DB1. Grayscale: #828282. Windows color (decimal): -6782386 or 5145240. OLE color: 5145240.

HSL color Cylindrical-coordinate representation of color #98824E: hue angle of 42.16º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #98824E is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB15213078-
CMYK00.140.490.40
HSL42.16º32.17%45.1%-
HSV(B)42.16º48.68%59.61%-
XYZ22.3123.1910.51-
YUV130.6598.29143.23-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.22%
GREEN value IS 130 (51.17% from 255) = 36.11%
BLUE value IS 78 (30.86% from 255) = 21.67%
R=42.22%
G=36.11%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521307800.140.490.4042.1632.1745.1
Hex98824E0E31282a202d
Octal2302021160166150524055
Binary1001100010000010100111001110110001101000101010100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98824E; }

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

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

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

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

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

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

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

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