Html Css Color HEX #988350 Muesli

📋 copy color: '#988350'

red 152 ◦ green 131 ◦ blue 80

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

Shades of Muesli #988350

Tints of Muesli #988350

RGB

 RED value IS 152 (59.77% from 255) = 41.87%

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

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

R = 41.87%
G = 36.09%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#988350 (or 0x988350) is known color: Muesli. HEX triplet: 98, 83 and 50. RGB value is (152,131,80). Sum of RGB (Red+Green+Blue) = 152+131+80=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 152 - color contains mainly: red. Hex color #988350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988350 is #677CAF. Grayscale: #838383. Windows color (decimal): -6782128 or 5276568. OLE color: 5276568.

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

Color convert

RGB 152 131 80 -
CMYK 0 0.14 0.47 0.40
HSL 42.5º 0.31% 0.45% -
HSV(B) 42.5º 0.47% 0.6% -
XYZ 22.51 23.49 10.94 -
YUV 131.47 98.96 142.65 -
System Red Green Blue C M Y K H S L
Decimal 152 131 80 0 0.14 0.47 0.40 42.5 0.31 0.45
Hex 98 83 50 0 E 2F 28 2A 1F 2D
Octal 230 203 120 0 16 57 50 52 37 55
Binary 10011000 10000011 1010000 0 1110 101111 101000 101010 11111 101101

Color Harmonies of #988350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988350

Black with #988350

Text Example


Text Example

White with #988350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988350; }

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

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

background-color css

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

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

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

border-color css

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

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

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