Html Css Color HEX #98814D Muesli

📋 copy color: '#98814D'

red 152 ◦ green 129 ◦ blue 77

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

Shades of Muesli #98814D

Tints of Muesli #98814D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.03%

 BLUE value IS 77 (30.47% from 255) = 21.51%

R = 42.46%
G = 36.03%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.40

RGB Variations

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

Color information

#98814D (or 0x98814D) is known color: Muesli. HEX triplet: 98, 81 and 4D. RGB value is (152,129,77). Sum of RGB (Red+Green+Blue) = 152+129+77=358 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.46% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 152 - color contains mainly: red. Hex color #98814D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98814D is #677EB2. Grayscale: #828282. Windows color (decimal): -6782643 or 5079448. OLE color: 5079448.

HSL color Cylindrical-coordinate representation of color #98814D: hue angle of 41.6º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #98814D is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 129 77 -
CMYK 0 0.15 0.49 0.40
HSL 41.6º 0.33% 0.45% -
HSV(B) 41.6º 0.49% 0.6% -
XYZ 22.14 22.91 10.28 -
YUV 129.95 98.12 143.73 -
System Red Green Blue C M Y K H S L
Decimal 152 129 77 0 0.15 0.49 0.40 41.6 0.33 0.45
Hex 98 81 4D 0 F 31 28 2A 21 2D
Octal 230 201 115 0 17 61 50 52 41 55
Binary 10011000 10000001 1001101 0 1111 110001 101000 101010 100001 101101

Color Harmonies of #98814D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98814D

Black with #98814D

Text Example


Text Example

White with #98814D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98814D; }

 p { color: rgb(152,129,77); }

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

background-color css

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

 a { background-color: rgb(152,129,77); }

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

border-color css

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

 span { border-color: rgb(152,129,77); }

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