Html Css Color HEX #988053 Muesli

📋 copy color: '#988053'

red 152 ◦ green 128 ◦ blue 83

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

Shades of Muesli #988053

Tints of Muesli #988053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.87%

R = 41.87%
G = 35.26%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#988053 (or 0x988053) is known color: Muesli. HEX triplet: 98, 80 and 53. RGB value is (152,128,83). Sum of RGB (Red+Green+Blue) = 152+128+83=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 152 - color contains mainly: red. Hex color #988053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988053 is #677FAC. Grayscale: #828282. Windows color (decimal): -6782893 or 5472408. OLE color: 5472408.

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

Color convert

RGB 152 128 83 -
CMYK 0 0.16 0.45 0.40
HSL 39.13º 0.29% 0.46% -
HSV(B) 39.13º 0.45% 0.6% -
XYZ 22.23 22.74 11.4 -
YUV 130.05 101.45 143.66 -
System Red Green Blue C M Y K H S L
Decimal 152 128 83 0 0.16 0.45 0.40 39.13 0.29 0.46
Hex 98 80 53 0 10 2D 28 27 1D 2E
Octal 230 200 123 0 20 55 50 47 35 56
Binary 10011000 10000000 1010011 0 10000 101101 101000 100111 11101 101110

Color Harmonies of #988053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988053

Black with #988053

Text Example


Text Example

White with #988053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988053; }

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

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

background-color css

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

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

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

border-color css

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

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

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