Html Css Color HEX #9B7C50 Muesli

📋 copy color: '#9B7C50'

red 155 ◦ green 124 ◦ blue 80

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

Shades of Muesli #9B7C50

Tints of Muesli #9B7C50

RGB

 RED value IS 155 (60.94% from 255) = 43.18%

 GREEN value IS 124 (48.83% from 255) = 34.54%

 BLUE value IS 80 (31.64% from 255) = 22.28%

R = 43.18%
G = 34.54%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.48

 K value IS 0.39

RGB Variations

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

Color information

#9B7C50 (or 0x9B7C50) is known color: Muesli. HEX triplet: 9B, 7C and 50. RGB value is (155,124,80). Sum of RGB (Red+Green+Blue) = 155+124+80=359 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.18% from 359); Green value is 124 (48.83% from 255 or 34.54% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7C50 is #6483AF. Grayscale: #808080. Windows color (decimal): -6587312 or 5274779. OLE color: 5274779.

HSL color Cylindrical-coordinate representation of color #9B7C50: hue angle of 35.2º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9B7C50 is Cyan = 0, Magento = 0.2, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 124 80 -
CMYK 0 0.2 0.48 0.39
HSL 35.2º 0.32% 0.46% -
HSV(B) 35.2º 0.48% 0.61% -
XYZ 22.17 21.96 10.66 -
YUV 128.25 100.77 147.08 -
System Red Green Blue C M Y K H S L
Decimal 155 124 80 0 0.2 0.48 0.39 35.2 0.32 0.46
Hex 9B 7C 50 0 14 30 27 23 20 2E
Octal 233 174 120 0 24 60 47 43 40 56
Binary 10011011 1111100 1010000 0 10100 110000 100111 100011 100000 101110

Color Harmonies of #9B7C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7C50

Black with #9B7C50

Text Example


Text Example

White with #9B7C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B7C50; }

 p { color: rgb(155,124,80); }

 H1.HeaderClassName
 {
   color: #9B7C50;
 }
 .AnyTagClassName
 {
   color: #9B7C50;
 }
</style>

background-color css

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

 a { background-color: rgb(155,124,80); }

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

border-color css

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

 span { border-color: rgb(155,124,80); }

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