Html Css Color HEX #98854B Muesli

📋 copy color: '#98854B'

red 152 ◦ green 133 ◦ blue 75

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

Shades of Muesli #98854B

Tints of Muesli #98854B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.83%

R = 42.22%
G = 36.94%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#98854B (or 0x98854B) is known color: Muesli. HEX triplet: 98, 85 and 4B. RGB value is (152,133,75). Sum of RGB (Red+Green+Blue) = 152+133+75=360 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.22% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 152 - color contains mainly: red. Hex color #98854B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98854B is #677AB4. Grayscale: #848484. Windows color (decimal): -6781621 or 4949400. OLE color: 4949400.

HSL color Cylindrical-coordinate representation of color #98854B: hue angle of 45.19º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #98854B is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 133 75 -
CMYK 0 0.13 0.51 0.40
HSL 45.19º 0.34% 0.45% -
HSV(B) 45.19º 0.51% 0.6% -
XYZ 22.61 23.96 10.09 -
YUV 132.07 95.79 142.22 -
System Red Green Blue C M Y K H S L
Decimal 152 133 75 0 0.13 0.51 0.40 45.19 0.34 0.45
Hex 98 85 4B 0 D 33 28 2D 22 2D
Octal 230 205 113 0 15 63 50 55 42 55
Binary 10011000 10000101 1001011 0 1101 110011 101000 101101 100010 101101

Color Harmonies of #98854B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98854B

Black with #98854B

Text Example


Text Example

White with #98854B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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