Html Css Color HEX #988051 Muesli

📋 copy color: '#988051'

red 152 ◦ green 128 ◦ blue 81

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

Shades of Muesli #988051

Tints of Muesli #988051

RGB

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

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

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

R = 42.11%
G = 35.46%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#988051 (or 0x988051) is known color: Muesli. HEX triplet: 98, 80 and 51. RGB value is (152,128,81). Sum of RGB (Red+Green+Blue) = 152+128+81=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 81 (32.03% from 255 or 22.44% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #988051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988051 is #677FAE. Grayscale: #828282. Windows color (decimal): -6782895 or 5341336. OLE color: 5341336.

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

Color convert

RGB 152 128 81 -
CMYK 0 0.16 0.47 0.40
HSL 39.72º 0.3% 0.46% -
HSV(B) 39.72º 0.47% 0.6% -
XYZ 22.15 22.71 11 -
YUV 129.82 100.45 143.82 -
System Red Green Blue C M Y K H S L
Decimal 152 128 81 0 0.16 0.47 0.40 39.72 0.3 0.46
Hex 98 80 51 0 10 2F 28 28 1E 2E
Octal 230 200 121 0 20 57 50 50 36 56
Binary 10011000 10000000 1010001 0 10000 101111 101000 101000 11110 101110

Color Harmonies of #988051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988051

Black with #988051

Text Example


Text Example

White with #988051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988051; }

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

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

background-color css

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

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

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

border-color css

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

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

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