#958053

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

Shades of Muesli #958053

Tints of Muesli #958053

Color information

#958053 (or 0x958053) is unknown color: approx Muesli. HEX triplet: 95, 80 and 53. RGB value is (149,128,83). Sum of RGB (Red+Green+Blue) = 149+128+83=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 83 (32.81% from 255 or 23.06% from 360); Max value from RGB is 149 - color contains mainly: red. Hex color #958053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958053 is #6A7FAC. Grayscale: #818181. Windows color (decimal): -6979501 or 5472405. OLE color: 5472405.

HSL color Cylindrical-coordinate representation of color #958053: hue angle of 40.91º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #958053 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB14912883-
CMYK00.140.440.42
HSL40.91º28.45%45.49%-
HSV(B)40.91º44.3%58.43%-
XYZ21.6722.4511.37-
YUV129.15101.96142.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.39%
GREEN value IS 128 (50.39% from 255) = 35.56%
BLUE value IS 83 (32.81% from 255) = 23.06%
R=41.39%
G=35.56%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491288300.140.440.4240.9128.4545.49
Hex9580530E2C2A291c2d
Octal2252001230165452513455
Binary100101011000000010100110111010110010101010100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958053; }

 p { color: rgb(149,128,83); }

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

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

 a { background-color: rgb(149,128,83); }

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

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

 span { border-color: rgb(149,128,83); }

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