Html Css Color HEX #988252 Muesli

📋 copy color: '#988252'

red 152 ◦ green 130 ◦ blue 82

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

Shades of Muesli #988252

Tints of Muesli #988252

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.71%

 BLUE value IS 82 (32.42% from 255) = 22.53%

R = 41.76%
G = 35.71%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.46

 K value IS 0.40

RGB Variations

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

Color information

#988252 (or 0x988252) is known color: Muesli. HEX triplet: 98, 82 and 52. RGB value is (152,130,82). Sum of RGB (Red+Green+Blue) = 152+130+82=364 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.76% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 82 (32.42% from 255 or 22.53% from 364); Max value from RGB is 152 - color contains mainly: red. Hex color #988252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988252 is #677DAD. Grayscale: #838383. Windows color (decimal): -6782382 or 5407384. OLE color: 5407384.

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

Color convert

RGB 152 130 82 -
CMYK 0 0.14 0.46 0.40
HSL 41.14º 0.3% 0.46% -
HSV(B) 41.14º 0.46% 0.6% -
XYZ 22.45 23.25 11.29 -
YUV 131.11 100.29 142.9 -
System Red Green Blue C M Y K H S L
Decimal 152 130 82 0 0.14 0.46 0.40 41.14 0.3 0.46
Hex 98 82 52 0 E 2E 28 29 1E 2E
Octal 230 202 122 0 16 56 50 51 36 56
Binary 10011000 10000010 1010010 0 1110 101110 101000 101001 11110 101110

Color Harmonies of #988252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988252

Black with #988252

Text Example


Text Example

White with #988252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988252; }

 p { color: rgb(152,130,82); }

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

background-color css

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

 a { background-color: rgb(152,130,82); }

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

border-color css

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

 span { border-color: rgb(152,130,82); }

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