Html Css Color HEX #998252 Muesli

📋 copy color: '#998252'

red 153 ◦ green 130 ◦ blue 82

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

Shades of Muesli #998252

Tints of Muesli #998252

RGB

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

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

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

R = 41.92%
G = 35.62%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.4

RGB Variations

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

Color information

#998252 (or 0x998252) is known color: Muesli. HEX triplet: 99, 82 and 52. RGB value is (153,130,82). Sum of RGB (Red+Green+Blue) = 153+130+82=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 153 - color contains mainly: red. Hex color #998252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998252 is #667DAD. Grayscale: #838383. Windows color (decimal): -6716846 or 5407385. OLE color: 5407385.

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

Color convert

RGB 153 130 82 -
CMYK 0 0.15 0.46 0.4
HSL 40.56º 0.3% 0.46% -
HSV(B) 40.56º 0.46% 0.6% -
XYZ 22.64 23.35 11.3 -
YUV 131.41 100.12 143.4 -
System Red Green Blue C M Y K H S L
Decimal 153 130 82 0 0.15 0.46 0.4 40.56 0.3 0.46
Hex 99 82 52 0 F 2E 28 29 1E 2E
Octal 231 202 122 0 17 56 50 51 36 56
Binary 10011001 10000010 1010010 0 1111 101110 101000 101001 11110 101110

Color Harmonies of #998252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998252

Black with #998252

Text Example


Text Example

White with #998252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998252; }

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

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

background-color css

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

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

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

border-color css

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

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

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