Html Css Color HEX #9C8750 Muesli

📋 copy color: '#9C8750'

red 156 ◦ green 135 ◦ blue 80

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

Shades of Muesli #9C8750

Tints of Muesli #9C8750

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.39%

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

R = 42.05%
G = 36.39%
B = 21.56%

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

#9C8750 (or 0x9C8750) is known color: Muesli. HEX triplet: 9C, 87 and 50. RGB value is (156,135,80). Sum of RGB (Red+Green+Blue) = 156+135+80=371 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.05% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8750 is #6378AF. Grayscale: #878787. Windows color (decimal): -6518960 or 5277596. OLE color: 5277596.

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

Color convert

RGB 156 135 80 -
CMYK 0 0.13 0.49 0.39
HSL 43.42º 0.32% 0.46% -
HSV(B) 43.42º 0.49% 0.61% -
XYZ 23.82 24.98 11.15 -
YUV 135.01 96.96 142.97 -
System Red Green Blue C M Y K H S L
Decimal 156 135 80 0 0.13 0.49 0.39 43.42 0.32 0.46
Hex 9C 87 50 0 D 31 27 2B 20 2E
Octal 234 207 120 0 15 61 47 53 40 56
Binary 10011100 10000111 1010000 0 1101 110001 100111 101011 100000 101110

Color Harmonies of #9C8750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8750

Black with #9C8750

Text Example


Text Example

White with #9C8750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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