Html Css Color HEX #99854A Muesli

📋 copy color: '#99854A'

red 153 ◦ green 133 ◦ blue 74

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

Shades of Muesli #99854A

Tints of Muesli #99854A

RGB

 RED value IS 153 (60.16% from 255) = 42.5%

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

 BLUE value IS 74 (29.3% from 255) = 20.56%

R = 42.5%
G = 36.94%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#99854A (or 0x99854A) is known color: Muesli. HEX triplet: 99, 85 and 4A. RGB value is (153,133,74). Sum of RGB (Red+Green+Blue) = 153+133+74=360 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.5% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 74 (29.30% from 255 or 20.56% from 360); Max value from RGB is 153 - color contains mainly: red. Hex color #99854A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99854A is #667AB5. Grayscale: #848484. Windows color (decimal): -6716086 or 4883865. OLE color: 4883865.

HSL color Cylindrical-coordinate representation of color #99854A: hue angle of 44.81º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #99854A is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 133 74 -
CMYK 0 0.13 0.52 0.4
HSL 44.81º 0.35% 0.45% -
HSV(B) 44.81º 0.52% 0.6% -
XYZ 22.76 24.04 9.92 -
YUV 132.25 95.13 142.8 -
System Red Green Blue C M Y K H S L
Decimal 153 133 74 0 0.13 0.52 0.4 44.81 0.35 0.45
Hex 99 85 4A 0 D 34 28 2D 23 2D
Octal 231 205 112 0 15 64 50 55 43 55
Binary 10011001 10000101 1001010 0 1101 110100 101000 101101 100011 101101

Color Harmonies of #99854A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99854A

Black with #99854A

Text Example


Text Example

White with #99854A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99854A; }

 p { color: rgb(153,133,74); }

 H1.HeaderClassName
 {
   color: #99854A;
 }
 .AnyTagClassName
 {
   color: #99854A;
 }
</style>

background-color css

<style>
 a { background-color: #99854A; }

 a { background-color: rgb(153,133,74); }

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

border-color css

<style>
 span { border-color: #99854A; }

 span { border-color: rgb(153,133,74); }

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