Html Css Color HEX #988351 Muesli

📋 copy color: '#988351'

red 152 ◦ green 131 ◦ blue 81

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

Shades of Muesli #988351

Tints of Muesli #988351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.25%

R = 41.76%
G = 35.99%
B = 22.25%

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

#988351 (or 0x988351) is known color: Muesli. HEX triplet: 98, 83 and 51. RGB value is (152,131,81). Sum of RGB (Red+Green+Blue) = 152+131+81=364 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.76% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 81 (32.03% from 255 or 22.25% from 364); Max value from RGB is 152 - color contains mainly: red. Hex color #988351 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988351 is #677CAE. Grayscale: #838383. Windows color (decimal): -6782127 or 5342104. OLE color: 5342104.

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

Color convert

RGB 152 131 81 -
CMYK 0 0.14 0.47 0.40
HSL 42.25º 0.3% 0.46% -
HSV(B) 42.25º 0.47% 0.6% -
XYZ 22.55 23.5 11.13 -
YUV 131.58 99.46 142.57 -
System Red Green Blue C M Y K H S L
Decimal 152 131 81 0 0.14 0.47 0.40 42.25 0.3 0.46
Hex 98 83 51 0 E 2F 28 2A 1E 2E
Octal 230 203 121 0 16 57 50 52 36 56
Binary 10011000 10000011 1010001 0 1110 101111 101000 101010 11110 101110

Color Harmonies of #988351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988351

Black with #988351

Text Example


Text Example

White with #988351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988351; }

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

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

background-color css

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

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

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

border-color css

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

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

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