#98814E

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

Shades of Muesli #98814E

Tints of Muesli #98814E

Color information

#98814E (or 0x98814E) is unknown color: approx Muesli. HEX triplet: 98, 81 and 4E. RGB value is (152,129,78). Sum of RGB (Red+Green+Blue) = 152+129+78=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 78 (30.86% from 255 or 21.73% from 359); Max value from RGB is 152 - color contains mainly: red. Hex color #98814E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98814E is #677EB1. Grayscale: #828282. Windows color (decimal): -6782642 or 5144984. OLE color: 5144984.

HSL color Cylindrical-coordinate representation of color #98814E: hue angle of 41.35º 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 #98814E is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB15212978-
CMYK00.150.490.40
HSL41.35º32.17%45.1%-
HSV(B)41.35º48.68%59.61%-
XYZ22.1722.9310.46-
YUV130.0698.62143.65-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.34%
GREEN value IS 129 (50.78% from 255) = 35.93%
BLUE value IS 78 (30.86% from 255) = 21.73%
R=42.34%
G=35.93%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521297800.150.490.4041.3532.1745.1
Hex98814E0F312829202d
Octal2302011160176150514055
Binary1001100010000001100111001111110001101000101001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98814E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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