#917B52

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

Shades of Muesli #917B52

Tints of Muesli #917B52

Color information

#917B52 (or 0x917B52) is unknown color: approx Muesli. HEX triplet: 91, 7B and 52. RGB value is (145,123,82). Sum of RGB (Red+Green+Blue) = 145+123+82=350 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.43% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 145 - color contains mainly: red. Hex color #917B52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917B52 is #6E84AD. Grayscale: #7D7D7D. Windows color (decimal): -7242926 or 5405585. OLE color: 5405585.

HSL color Cylindrical-coordinate representation of color #917B52: hue angle of 39.05º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #917B52 is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.43.

Color convert

RGB14512382-
CMYK00.150.430.43
HSL39.05º27.75%44.51%-
HSV(B)39.05º43.45%56.86%-
XYZ20.2820.7910.93-
YUV124.9103.79142.33-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.43%
GREEN value IS 123 (48.44% from 255) = 35.14%
BLUE value IS 82 (32.42% from 255) = 23.43%
R=41.43%
G=35.14%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451238200.150.430.4339.0527.7544.51
Hex917B520F2B2B271c2d
Octal2211731220175353473455
Binary10010001111101110100100111110101110101110011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917B52; }

 p { color: rgb(145,123,82); }

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

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

 a { background-color: rgb(145,123,82); }

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

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

 span { border-color: rgb(145,123,82); }

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