Html Css Color HEX #98855D Muesli

📋 copy color: '#98855D'

red 152 ◦ green 133 ◦ blue 93

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

Shades of Muesli #98855D

Tints of Muesli #98855D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.6%

R = 40.21%
G = 35.19%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#98855D (or 0x98855D) is known color: Muesli. HEX triplet: 98, 85 and 5D. RGB value is (152,133,93). Sum of RGB (Red+Green+Blue) = 152+133+93=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 152 - color contains mainly: red. Hex color #98855D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98855D is #677AA2. Grayscale: #868686. Windows color (decimal): -6781603 or 6129048. OLE color: 6129048.

HSL color Cylindrical-coordinate representation of color #98855D: hue angle of 40.68º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98855D is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 133 93 -
CMYK 0 0.13 0.39 0.40
HSL 40.68º 0.24% 0.48% -
HSV(B) 40.68º 0.39% 0.6% -
XYZ 23.31 24.24 13.81 -
YUV 134.12 104.79 140.75 -
System Red Green Blue C M Y K H S L
Decimal 152 133 93 0 0.13 0.39 0.40 40.68 0.24 0.48
Hex 98 85 5D 0 D 27 28 29 18 30
Octal 230 205 135 0 15 47 50 51 30 60
Binary 10011000 10000101 1011101 0 1101 100111 101000 101001 11000 110000

Color Harmonies of #98855D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98855D

Black with #98855D

Text Example


Text Example

White with #98855D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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