Html Css Color HEX #988058 Muesli

📋 copy color: '#988058'

red 152 ◦ green 128 ◦ blue 88

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

Shades of Muesli #988058

Tints of Muesli #988058

RGB

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

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

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

R = 41.3%
G = 34.78%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#988058 (or 0x988058) is known color: Muesli. HEX triplet: 98, 80 and 58. RGB value is (152,128,88). Sum of RGB (Red+Green+Blue) = 152+128+88=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 88 (34.77% from 255 or 23.91% from 368); Max value from RGB is 152 - color contains mainly: red. Hex color #988058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988058 is #677FA7. Grayscale: #828282. Windows color (decimal): -6782888 or 5800088. OLE color: 5800088.

HSL color Cylindrical-coordinate representation of color #988058: hue angle of 37.5º 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 #988058 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 128 88 -
CMYK 0 0.16 0.42 0.40
HSL 37.5º 0.27% 0.47% -
HSV(B) 37.5º 0.42% 0.6% -
XYZ 22.43 22.82 12.45 -
YUV 130.62 103.95 143.25 -
System Red Green Blue C M Y K H S L
Decimal 152 128 88 0 0.16 0.42 0.40 37.5 0.27 0.47
Hex 98 80 58 0 10 2A 28 26 1B 2F
Octal 230 200 130 0 20 52 50 46 33 57
Binary 10011000 10000000 1011000 0 10000 101010 101000 100110 11011 101111

Color Harmonies of #988058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988058

Black with #988058

Text Example


Text Example

White with #988058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988058; }

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

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

background-color css

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

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

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

border-color css

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

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

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