Html Css Color HEX #988047 Muesli

📋 copy color: '#988047'

red 152 ◦ green 128 ◦ blue 71

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

Shades of Muesli #988047

Tints of Muesli #988047

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.47%

 BLUE value IS 71 (28.13% from 255) = 20.23%

R = 43.3%
G = 36.47%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#988047 (or 0x988047) is known color: Muesli. HEX triplet: 98, 80 and 47. RGB value is (152,128,71). Sum of RGB (Red+Green+Blue) = 152+128+71=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 71 (28.12% from 255 or 20.23% from 351); Max value from RGB is 152 - color contains mainly: red. Hex color #988047 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988047 is #677FB8. Grayscale: #808080. Windows color (decimal): -6782905 or 4685976. OLE color: 4685976.

HSL color Cylindrical-coordinate representation of color #988047: hue angle of 42.22º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #988047 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 128 71 -
CMYK 0 0.16 0.53 0.40
HSL 42.22º 0.36% 0.44% -
HSV(B) 42.22º 0.53% 0.6% -
XYZ 21.81 22.57 9.17 -
YUV 128.68 95.45 144.63 -
System Red Green Blue C M Y K H S L
Decimal 152 128 71 0 0.16 0.53 0.40 42.22 0.36 0.44
Hex 98 80 47 0 10 35 28 2A 24 2C
Octal 230 200 107 0 20 65 50 52 44 54
Binary 10011000 10000000 1000111 0 10000 110101 101000 101010 100100 101100

Color Harmonies of #988047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988047

Black with #988047

Text Example


Text Example

White with #988047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988047; }

 p { color: rgb(152,128,71); }

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

background-color css

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

 a { background-color: rgb(152,128,71); }

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

border-color css

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

 span { border-color: rgb(152,128,71); }

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