Html Css Color HEX #98854C Muesli

📋 copy color: '#98854C'

red 152 ◦ green 133 ◦ blue 76

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

Shades of Muesli #98854C

Tints of Muesli #98854C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.84%

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

R = 42.11%
G = 36.84%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0.40

RGB Variations

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

Color information

#98854C (or 0x98854C) is known color: Muesli. HEX triplet: 98, 85 and 4C. RGB value is (152,133,76). Sum of RGB (Red+Green+Blue) = 152+133+76=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #98854C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98854C is #677AB3. Grayscale: #848484. Windows color (decimal): -6781620 or 5014936. OLE color: 5014936.

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

Color convert

RGB 152 133 76 -
CMYK 0 0.13 0.50 0.40
HSL 45º 0.33% 0.45% -
HSV(B) 45º 0.5% 0.6% -
XYZ 22.64 23.97 10.27 -
YUV 132.18 96.29 142.13 -
System Red Green Blue C M Y K H S L
Decimal 152 133 76 0 0.13 0.50 0.40 45 0.33 0.45
Hex 98 85 4C 0 D 32 28 2D 21 2D
Octal 230 205 114 0 15 62 50 55 41 55
Binary 10011000 10000101 1001100 0 1101 110010 101000 101101 100001 101101

Color Harmonies of #98854C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98854C

Black with #98854C

Text Example


Text Example

White with #98854C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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