Html Css Color HEX #9C8050 Muesli

📋 copy color: '#9C8050'

red 156 ◦ green 128 ◦ blue 80

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

Shades of Muesli #9C8050

Tints of Muesli #9C8050

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.16%

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

R = 42.86%
G = 35.16%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#9C8050 (or 0x9C8050) is known color: Muesli. HEX triplet: 9C, 80 and 50. RGB value is (156,128,80). Sum of RGB (Red+Green+Blue) = 156+128+80=364 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.86% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8050 is #637FAF. Grayscale: #838383. Windows color (decimal): -6520752 or 5275804. OLE color: 5275804.

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

Color convert

RGB 156 128 80 -
CMYK 0 0.18 0.49 0.39
HSL 37.89º 0.32% 0.46% -
HSV(B) 37.89º 0.49% 0.61% -
XYZ 22.88 23.09 10.84 -
YUV 130.9 99.28 145.9 -
System Red Green Blue C M Y K H S L
Decimal 156 128 80 0 0.18 0.49 0.39 37.89 0.32 0.46
Hex 9C 80 50 0 12 31 27 26 20 2E
Octal 234 200 120 0 22 61 47 46 40 56
Binary 10011100 10000000 1010000 0 10010 110001 100111 100110 100000 101110

Color Harmonies of #9C8050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8050

Black with #9C8050

Text Example


Text Example

White with #9C8050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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