Html Css Color HEX #9C8850 Muesli

📋 copy color: '#9C8850'

red 156 ◦ green 136 ◦ blue 80

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

Shades of Muesli #9C8850

Tints of Muesli #9C8850

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.56%

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

R = 41.94%
G = 36.56%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#9C8850 (or 0x9C8850) is known color: Muesli. HEX triplet: 9C, 88 and 50. RGB value is (156,136,80). Sum of RGB (Red+Green+Blue) = 156+136+80=372 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.94% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 80 (31.64% from 255 or 21.51% from 372); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8850 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8850 is #6377AF. Grayscale: #878787. Windows color (decimal): -6518704 or 5277852. OLE color: 5277852.

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

Color convert

RGB 156 136 80 -
CMYK 0 0.13 0.49 0.39
HSL 44.21º 0.32% 0.46% -
HSV(B) 44.21º 0.49% 0.61% -
XYZ 23.96 25.26 11.2 -
YUV 135.6 96.63 142.55 -
System Red Green Blue C M Y K H S L
Decimal 156 136 80 0 0.13 0.49 0.39 44.21 0.32 0.46
Hex 9C 88 50 0 D 31 27 2C 20 2E
Octal 234 210 120 0 15 61 47 54 40 56
Binary 10011100 10001000 1010000 0 1101 110001 100111 101100 100000 101110

Color Harmonies of #9C8850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8850

Black with #9C8850

Text Example


Text Example

White with #9C8850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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