Html Css Color HEX #917B53 Muesli

📋 copy color: '#917B53'

red 145 ◦ green 123 ◦ blue 83

#917B53
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Muesli #917B53

Tints of Muesli #917B53

RGB

 RED value IS 145 (57.03% from 255) = 41.31%

 GREEN value IS 123 (48.44% from 255) = 35.04%

 BLUE value IS 83 (32.81% from 255) = 23.65%

R = 41.31%
G = 35.04%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.43

RGB Variations

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

Color information

#917B53 (or 0x917B53) is known color: Muesli. HEX triplet: 91, 7B and 53. RGB value is (145,123,83). Sum of RGB (Red+Green+Blue) = 145+123+83=351 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.31% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 83 (32.81% from 255 or 23.65% from 351); Max value from RGB is 145 - color contains mainly: red. Hex color #917B53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917B53 is #6E84AC. Grayscale: #7D7D7D. Windows color (decimal): -7242925 or 5471121. OLE color: 5471121.

HSL color Cylindrical-coordinate representation of color #917B53: hue angle of 38.71º degrees, saturation: 0.27, 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 #917B53 is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 123 83 -
CMYK 0 0.15 0.43 0.43
HSL 38.71º 0.27% 0.45% -
HSV(B) 38.71º 0.43% 0.57% -
XYZ 20.32 20.81 11.13 -
YUV 125.02 104.29 142.25 -
System Red Green Blue C M Y K H S L
Decimal 145 123 83 0 0.15 0.43 0.43 38.71 0.27 0.45
Hex 91 7B 53 0 F 2B 2B 27 1B 2D
Octal 221 173 123 0 17 53 53 47 33 55
Binary 10010001 1111011 1010011 0 1111 101011 101011 100111 11011 101101

Color Harmonies of #917B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917B53

Black with #917B53

Text Example


Text Example

White with #917B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #917B53;
 }
 .AnyTagClassName
 {
   color: #917B53;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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