Html Css Color HEX #9C7950 Muesli

📋 copy color: '#9C7950'

red 156 ◦ green 121 ◦ blue 80

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

Shades of Muesli #9C7950

Tints of Muesli #9C7950

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.89%

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

R = 43.7%
G = 33.89%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#9C7950 (or 0x9C7950) is known color: Muesli. HEX triplet: 9C, 79 and 50. RGB value is (156,121,80). Sum of RGB (Red+Green+Blue) = 156+121+80=357 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.70% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7950 is #6386AF. Grayscale: #7E7E7E. Windows color (decimal): -6522544 or 5274012. OLE color: 5274012.

HSL color Cylindrical-coordinate representation of color #9C7950: hue angle of 32.37º 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 #9C7950 is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 121 80 -
CMYK 0 0.22 0.49 0.39
HSL 32.37º 0.32% 0.46% -
HSV(B) 32.37º 0.49% 0.61% -
XYZ 22 21.32 10.55 -
YUV 126.79 101.6 148.83 -
System Red Green Blue C M Y K H S L
Decimal 156 121 80 0 0.22 0.49 0.39 32.37 0.32 0.46
Hex 9C 79 50 0 16 31 27 20 20 2E
Octal 234 171 120 0 26 61 47 40 40 56
Binary 10011100 1111001 1010000 0 10110 110001 100111 100000 100000 101110

Color Harmonies of #9C7950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7950

Black with #9C7950

Text Example


Text Example

White with #9C7950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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