Html Css Color HEX #9C8550 Muesli

📋 copy color: '#9C8550'

red 156 ◦ green 133 ◦ blue 80

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

Shades of Muesli #9C8550

Tints of Muesli #9C8550

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.04%

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

R = 42.28%
G = 36.04%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#9C8550 (or 0x9C8550) is known color: Muesli. HEX triplet: 9C, 85 and 50. RGB value is (156,133,80). Sum of RGB (Red+Green+Blue) = 156+133+80=369 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.28% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8550 is #637AAF. Grayscale: #868686. Windows color (decimal): -6519472 or 5277084. OLE color: 5277084.

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

Color convert

RGB 156 133 80 -
CMYK 0 0.15 0.49 0.39
HSL 41.84º 0.32% 0.46% -
HSV(B) 41.84º 0.49% 0.61% -
XYZ 23.55 24.42 11.06 -
YUV 133.84 97.62 143.81 -
System Red Green Blue C M Y K H S L
Decimal 156 133 80 0 0.15 0.49 0.39 41.84 0.32 0.46
Hex 9C 85 50 0 F 31 27 2A 20 2E
Octal 234 205 120 0 17 61 47 52 40 56
Binary 10011100 10000101 1010000 0 1111 110001 100111 101010 100000 101110

Color Harmonies of #9C8550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8550

Black with #9C8550

Text Example


Text Example

White with #9C8550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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