Html Css Color HEX #988359 Muesli

📋 copy color: '#988359'

red 152 ◦ green 131 ◦ blue 89

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

Shades of Muesli #988359

Tints of Muesli #988359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 23.92%

R = 40.86%
G = 35.22%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#988359 (or 0x988359) is known color: Muesli. HEX triplet: 98, 83 and 59. RGB value is (152,131,89). Sum of RGB (Red+Green+Blue) = 152+131+89=372 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.86% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 89 (35.16% from 255 or 23.92% from 372); Max value from RGB is 152 - color contains mainly: red. Hex color #988359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988359 is #677CA6. Grayscale: #848484. Windows color (decimal): -6782119 or 5866392. OLE color: 5866392.

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

Color convert

RGB 152 131 89 -
CMYK 0 0.14 0.41 0.40
HSL 40º 0.26% 0.47% -
HSV(B) 40º 0.41% 0.6% -
XYZ 22.87 23.63 12.81 -
YUV 132.49 103.46 141.92 -
System Red Green Blue C M Y K H S L
Decimal 152 131 89 0 0.14 0.41 0.40 40 0.26 0.47
Hex 98 83 59 0 E 29 28 28 1A 2F
Octal 230 203 131 0 16 51 50 50 32 57
Binary 10011000 10000011 1011001 0 1110 101001 101000 101000 11010 101111

Color Harmonies of #988359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988359

Black with #988359

Text Example


Text Example

White with #988359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988359; }

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

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

background-color css

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

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

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

border-color css

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

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

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