Html Css Color HEX #9C7E50 Muesli

📋 copy color: '#9C7E50'

red 156 ◦ green 126 ◦ blue 80

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

Shades of Muesli #9C7E50

Tints of Muesli #9C7E50

RGB

 RED value IS 156 (61.33% from 255) = 43.09%

 GREEN value IS 126 (49.61% from 255) = 34.81%

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

R = 43.09%
G = 34.81%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#9C7E50 (or 0x9C7E50) is known color: Muesli. HEX triplet: 9C, 7E and 50. RGB value is (156,126,80). Sum of RGB (Red+Green+Blue) = 156+126+80=362 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.09% from 362); Green value is 126 (49.61% from 255 or 34.81% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7E50 is #6381AF. Grayscale: #818181. Windows color (decimal): -6521264 or 5275292. OLE color: 5275292.

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

Color convert

RGB 156 126 80 -
CMYK 0 0.19 0.49 0.39
HSL 36.32º 0.32% 0.46% -
HSV(B) 36.32º 0.49% 0.61% -
XYZ 22.62 22.57 10.75 -
YUV 129.73 99.94 146.74 -
System Red Green Blue C M Y K H S L
Decimal 156 126 80 0 0.19 0.49 0.39 36.32 0.32 0.46
Hex 9C 7E 50 0 13 31 27 24 20 2E
Octal 234 176 120 0 23 61 47 44 40 56
Binary 10011100 1111110 1010000 0 10011 110001 100111 100100 100000 101110

Color Harmonies of #9C7E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7E50

Black with #9C7E50

Text Example


Text Example

White with #9C7E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,126,80); }

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

background-color css

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

 a { background-color: rgb(156,126,80); }

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

border-color css

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

 span { border-color: rgb(156,126,80); }

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