Html Css Color HEX #9A855D Muesli

📋 copy color: '#9A855D'

red 154 ◦ green 133 ◦ blue 93

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

Shades of Muesli #9A855D

Tints of Muesli #9A855D

RGB

 RED value IS 154 (60.55% from 255) = 40.53%

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

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

R = 40.53%
G = 35%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#9A855D (or 0x9A855D) is known color: Muesli. HEX triplet: 9A, 85 and 5D. RGB value is (154,133,93). Sum of RGB (Red+Green+Blue) = 154+133+93=380 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.53% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 154 - color contains mainly: red. Hex color #9A855D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A855D is #657AA2. Grayscale: #868686. Windows color (decimal): -6650531 or 6129050. OLE color: 6129050.

HSL color Cylindrical-coordinate representation of color #9A855D: hue angle of 39.34º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9A855D is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 133 93 -
CMYK 0 0.14 0.40 0.40
HSL 39.34º 0.25% 0.48% -
HSV(B) 39.34º 0.4% 0.6% -
XYZ 23.69 24.44 13.82 -
YUV 134.72 104.46 141.75 -
System Red Green Blue C M Y K H S L
Decimal 154 133 93 0 0.14 0.40 0.40 39.34 0.25 0.48
Hex 9A 85 5D 0 E 28 28 27 19 30
Octal 232 205 135 0 16 50 50 47 31 60
Binary 10011010 10000101 1011101 0 1110 101000 101000 100111 11001 110000

Color Harmonies of #9A855D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A855D

Black with #9A855D

Text Example


Text Example

White with #9A855D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A855D; }

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

 H1.HeaderClassName
 {
   color: #9A855D;
 }
 .AnyTagClassName
 {
   color: #9A855D;
 }
</style>

background-color css

<style>
 a { background-color: #9A855D; }

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

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

border-color css

<style>
 span { border-color: #9A855D; }

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

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