Html Css Color HEX #978350 Muesli

📋 copy color: '#978350'

red 151 ◦ green 131 ◦ blue 80

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

Shades of Muesli #978350

Tints of Muesli #978350

RGB

 RED value IS 151 (59.38% from 255) = 41.71%

 GREEN value IS 131 (51.56% from 255) = 36.19%

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

R = 41.71%
G = 36.19%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#978350 (or 0x978350) is known color: Muesli. HEX triplet: 97, 83 and 50. RGB value is (151,131,80). Sum of RGB (Red+Green+Blue) = 151+131+80=362 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.71% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 151 - color contains mainly: red. Hex color #978350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978350 is #687CAF. Grayscale: #838383. Windows color (decimal): -6847664 or 5276567. OLE color: 5276567.

HSL color Cylindrical-coordinate representation of color #978350: hue angle of 43.1º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #978350 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 131 80 -
CMYK 0 0.13 0.47 0.41
HSL 43.1º 0.31% 0.45% -
HSV(B) 43.1º 0.47% 0.59% -
XYZ 22.33 23.39 10.93 -
YUV 131.17 99.13 142.15 -
System Red Green Blue C M Y K H S L
Decimal 151 131 80 0 0.13 0.47 0.41 43.1 0.31 0.45
Hex 97 83 50 0 D 2F 29 2B 1F 2D
Octal 227 203 120 0 15 57 51 53 37 55
Binary 10010111 10000011 1010000 0 1101 101111 101001 101011 11111 101101

Color Harmonies of #978350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978350

Black with #978350

Text Example


Text Example

White with #978350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978350; }

 p { color: rgb(151,131,80); }

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

background-color css

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

 a { background-color: rgb(151,131,80); }

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

border-color css

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

 span { border-color: rgb(151,131,80); }

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