Html Css Color HEX #988452 Muesli

📋 copy color: '#988452'

red 152 ◦ green 132 ◦ blue 82

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

Shades of Muesli #988452

Tints of Muesli #988452

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.07%

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

R = 41.53%
G = 36.07%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.46

 K value IS 0.40

RGB Variations

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

Color information

#988452 (or 0x988452) is known color: Muesli. HEX triplet: 98, 84 and 52. RGB value is (152,132,82). Sum of RGB (Red+Green+Blue) = 152+132+82=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 82 (32.42% from 255 or 22.40% from 366); Max value from RGB is 152 - color contains mainly: red. Hex color #988452 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988452 is #677BAD. Grayscale: #848484. Windows color (decimal): -6781870 or 5407896. OLE color: 5407896.

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

Color convert

RGB 152 132 82 -
CMYK 0 0.13 0.46 0.40
HSL 42.86º 0.3% 0.46% -
HSV(B) 42.86º 0.46% 0.6% -
XYZ 22.72 23.79 11.38 -
YUV 132.28 99.63 142.07 -
System Red Green Blue C M Y K H S L
Decimal 152 132 82 0 0.13 0.46 0.40 42.86 0.3 0.46
Hex 98 84 52 0 D 2E 28 2B 1E 2E
Octal 230 204 122 0 15 56 50 53 36 56
Binary 10011000 10000100 1010010 0 1101 101110 101000 101011 11110 101110

Color Harmonies of #988452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988452

Black with #988452

Text Example


Text Example

White with #988452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988452; }

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

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

background-color css

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

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

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

border-color css

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

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

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