Html Css Color HEX #9C7D4A Muesli

📋 copy color: '#9C7D4A'

red 156 ◦ green 125 ◦ blue 74

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

Shades of Muesli #9C7D4A

Tints of Muesli #9C7D4A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.21%

 BLUE value IS 74 (29.3% from 255) = 20.85%

R = 43.94%
G = 35.21%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.53

 K value IS 0.39

RGB Variations

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

Color information

#9C7D4A (or 0x9C7D4A) is known color: Muesli. HEX triplet: 9C, 7D and 4A. RGB value is (156,125,74). Sum of RGB (Red+Green+Blue) = 156+125+74=355 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.94% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7D4A is #6382B5. Grayscale: #808080. Windows color (decimal): -6521526 or 4881820. OLE color: 4881820.

HSL color Cylindrical-coordinate representation of color #9C7D4A: hue angle of 37.32º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9C7D4A is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 125 74 -
CMYK 0 0.20 0.53 0.39
HSL 37.32º 0.36% 0.45% -
HSV(B) 37.32º 0.53% 0.61% -
XYZ 22.28 22.23 9.6 -
YUV 128.46 97.27 147.65 -
System Red Green Blue C M Y K H S L
Decimal 156 125 74 0 0.20 0.53 0.39 37.32 0.36 0.45
Hex 9C 7D 4A 0 14 35 27 25 24 2D
Octal 234 175 112 0 24 65 47 45 44 55
Binary 10011100 1111101 1001010 0 10100 110101 100111 100101 100100 101101

Color Harmonies of #9C7D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7D4A

Black with #9C7D4A

Text Example


Text Example

White with #9C7D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,125,74); }

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

background-color css

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

 a { background-color: rgb(156,125,74); }

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

border-color css

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

 span { border-color: rgb(156,125,74); }

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