#94805A

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

Shades of Muesli #94805A

Tints of Muesli #94805A

Color information

#94805A (or 0x94805A) is unknown color: approx Muesli. HEX triplet: 94, 80 and 5A. RGB value is (148,128,90). Sum of RGB (Red+Green+Blue) = 148+128+90=366 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.44% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 148 - color contains mainly: red. Hex color #94805A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94805A is #6B7FA5. Grayscale: #818181. Windows color (decimal): -7045030 or 5931156. OLE color: 5931156.

HSL color Cylindrical-coordinate representation of color #94805A: hue angle of 39.31º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94805A is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB14812890-
CMYK00.140.390.42
HSL39.31º24.37%46.67%-
HSV(B)39.31º39.19%58.04%-
XYZ21.7822.4712.86-
YUV129.65105.63141.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.44%
GREEN value IS 128 (50.39% from 255) = 34.97%
BLUE value IS 90 (35.55% from 255) = 24.59%
R=40.44%
G=34.97%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481289000.140.390.4239.3124.3746.67
Hex94805A0E272A27182f
Octal2242001320164752473057
Binary100101001000000010110100111010011110101010011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94805A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,128,90); }

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

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

 a { background-color: rgb(148,128,90); }

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

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

 span { border-color: rgb(148,128,90); }

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