Html Css Color HEX #9C7A4D Muesli

📋 copy color: '#9C7A4D'

red 156 ◦ green 122 ◦ blue 77

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

Shades of Muesli #9C7A4D

Tints of Muesli #9C7A4D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.37%

 BLUE value IS 77 (30.47% from 255) = 21.69%

R = 43.94%
G = 34.37%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.51

 K value IS 0.39

RGB Variations

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

Color information

#9C7A4D (or 0x9C7A4D) is known color: Muesli. HEX triplet: 9C, 7A and 4D. RGB value is (156,122,77). Sum of RGB (Red+Green+Blue) = 156+122+77=355 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.94% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 77 (30.47% from 255 or 21.69% from 355); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7A4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7A4D is #6385B2. Grayscale: #7F7F7F. Windows color (decimal): -6522291 or 5077660. OLE color: 5077660.

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

Color convert

RGB 156 122 77 -
CMYK 0 0.22 0.51 0.39
HSL 34.18º 0.34% 0.46% -
HSV(B) 34.18º 0.51% 0.61% -
XYZ 22.01 21.52 10.02 -
YUV 127.04 99.76 148.66 -
System Red Green Blue C M Y K H S L
Decimal 156 122 77 0 0.22 0.51 0.39 34.18 0.34 0.46
Hex 9C 7A 4D 0 16 33 27 22 22 2E
Octal 234 172 115 0 26 63 47 42 42 56
Binary 10011100 1111010 1001101 0 10110 110011 100111 100010 100010 101110

Color Harmonies of #9C7A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7A4D

Black with #9C7A4D

Text Example


Text Example

White with #9C7A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,122,77); }

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

background-color css

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

 a { background-color: rgb(156,122,77); }

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

border-color css

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

 span { border-color: rgb(156,122,77); }

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