Html Css Color HEX #998053 Muesli

📋 copy color: '#998053'

red 153 ◦ green 128 ◦ blue 83

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

Shades of Muesli #998053

Tints of Muesli #998053

RGB

 RED value IS 153 (60.16% from 255) = 42.03%

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

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

R = 42.03%
G = 35.16%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.46

 K value IS 0.4

RGB Variations

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

Color information

#998053 (or 0x998053) is known color: Muesli. HEX triplet: 99, 80 and 53. RGB value is (153,128,83). Sum of RGB (Red+Green+Blue) = 153+128+83=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 83 (32.81% from 255 or 22.80% from 364); Max value from RGB is 153 - color contains mainly: red. Hex color #998053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998053 is #667FAC. Grayscale: #828282. Windows color (decimal): -6717357 or 5472409. OLE color: 5472409.

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

Color convert

RGB 153 128 83 -
CMYK 0 0.16 0.46 0.4
HSL 38.57º 0.3% 0.46% -
HSV(B) 38.57º 0.46% 0.6% -
XYZ 22.42 22.84 11.41 -
YUV 130.35 101.28 144.16 -
System Red Green Blue C M Y K H S L
Decimal 153 128 83 0 0.16 0.46 0.4 38.57 0.3 0.46
Hex 99 80 53 0 10 2E 28 27 1E 2E
Octal 231 200 123 0 20 56 50 47 36 56
Binary 10011001 10000000 1010011 0 10000 101110 101000 100111 11110 101110

Color Harmonies of #998053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998053

Black with #998053

Text Example


Text Example

White with #998053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998053; }

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

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

background-color css

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

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

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

border-color css

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

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

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