Html Css Color HEX #988358 Muesli

📋 copy color: '#988358'

red 152 ◦ green 131 ◦ blue 88

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

Shades of Muesli #988358

Tints of Muesli #988358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 23.72%

R = 40.97%
G = 35.31%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#988358 (or 0x988358) is known color: Muesli. HEX triplet: 98, 83 and 58. RGB value is (152,131,88). Sum of RGB (Red+Green+Blue) = 152+131+88=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 152 - color contains mainly: red. Hex color #988358 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988358 is #677CA7. Grayscale: #848484. Windows color (decimal): -6782120 or 5800856. OLE color: 5800856.

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

Color convert

RGB 152 131 88 -
CMYK 0 0.14 0.42 0.40
HSL 40.31º 0.27% 0.47% -
HSV(B) 40.31º 0.42% 0.6% -
XYZ 22.83 23.61 12.59 -
YUV 132.38 102.96 142 -
System Red Green Blue C M Y K H S L
Decimal 152 131 88 0 0.14 0.42 0.40 40.31 0.27 0.47
Hex 98 83 58 0 E 2A 28 28 1B 2F
Octal 230 203 130 0 16 52 50 50 33 57
Binary 10011000 10000011 1011000 0 1110 101010 101000 101000 11011 101111

Color Harmonies of #988358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988358

Black with #988358

Text Example


Text Example

White with #988358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988358; }

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

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

background-color css

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

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

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

border-color css

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

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

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