Html Css Color HEX #98834C Muesli

📋 copy color: '#98834C'

red 152 ◦ green 131 ◦ blue 76

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

Shades of Muesli #98834C

Tints of Muesli #98834C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.49%

 BLUE value IS 76 (30.08% from 255) = 21.17%

R = 42.34%
G = 36.49%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.50

 K value IS 0.40

RGB Variations

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

Color information

#98834C (or 0x98834C) is known color: Muesli. HEX triplet: 98, 83 and 4C. RGB value is (152,131,76). Sum of RGB (Red+Green+Blue) = 152+131+76=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 76 (30.08% from 255 or 21.17% from 359); Max value from RGB is 152 - color contains mainly: red. Hex color #98834C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98834C is #677CB3. Grayscale: #838383. Windows color (decimal): -6782132 or 5014424. OLE color: 5014424.

HSL color Cylindrical-coordinate representation of color #98834C: hue angle of 43.42º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #98834C is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 131 76 -
CMYK 0 0.14 0.50 0.40
HSL 43.42º 0.33% 0.45% -
HSV(B) 43.42º 0.5% 0.6% -
XYZ 22.37 23.43 10.18 -
YUV 131.01 96.96 142.97 -
System Red Green Blue C M Y K H S L
Decimal 152 131 76 0 0.14 0.50 0.40 43.42 0.33 0.45
Hex 98 83 4C 0 E 32 28 2B 21 2D
Octal 230 203 114 0 16 62 50 53 41 55
Binary 10011000 10000011 1001100 0 1110 110010 101000 101011 100001 101101

Color Harmonies of #98834C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98834C

Black with #98834C

Text Example


Text Example

White with #98834C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98834C; }

 p { color: rgb(152,131,76); }

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

background-color css

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

 a { background-color: rgb(152,131,76); }

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

border-color css

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

 span { border-color: rgb(152,131,76); }

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