Html Css Color HEX #9C7E40 Muesli

📋 copy color: '#9C7E40'

red 156 ◦ green 126 ◦ blue 64

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

Shades of Muesli #9C7E40

Tints of Muesli #9C7E40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.5%

R = 45.09%
G = 36.42%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.39

RGB Variations

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

Color information

#9C7E40 (or 0x9C7E40) is known color: Muesli. HEX triplet: 9C, 7E and 40. RGB value is (156,126,64). Sum of RGB (Red+Green+Blue) = 156+126+64=346 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.09% from 346); Green value is 126 (49.61% from 255 or 36.42% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7E40 is #6381BF. Grayscale: #808080. Windows color (decimal): -6521280 or 4226716. OLE color: 4226716.

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

Color convert

RGB 156 126 64 -
CMYK 0 0.19 0.59 0.39
HSL 40.43º 0.42% 0.43% -
HSV(B) 40.43º 0.59% 0.61% -
XYZ 22.1 22.36 8 -
YUV 127.9 91.94 148.04 -
System Red Green Blue C M Y K H S L
Decimal 156 126 64 0 0.19 0.59 0.39 40.43 0.42 0.43
Hex 9C 7E 40 0 13 3B 27 28 2A 2B
Octal 234 176 100 0 23 73 47 50 52 53
Binary 10011100 1111110 1000000 0 10011 111011 100111 101000 101010 101011

Color Harmonies of #9C7E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7E40

Black with #9C7E40

Text Example


Text Example

White with #9C7E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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