Html Css Color HEX #9A835C Muesli

📋 copy color: '#9A835C'

red 154 ◦ green 131 ◦ blue 92

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

Shades of Muesli #9A835C

Tints of Muesli #9A835C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.75%

 BLUE value IS 92 (36.33% from 255) = 24.4%

R = 40.85%
G = 34.75%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#9A835C (or 0x9A835C) is known color: Muesli. HEX triplet: 9A, 83 and 5C. RGB value is (154,131,92). Sum of RGB (Red+Green+Blue) = 154+131+92=377 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.85% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 154 - color contains mainly: red. Hex color #9A835C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A835C is #657CA3. Grayscale: #858585. Windows color (decimal): -6651044 or 6063002. OLE color: 6063002.

HSL color Cylindrical-coordinate representation of color #9A835C: hue angle of 37.74º 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 #9A835C is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 131 92 -
CMYK 0 0.15 0.40 0.40
HSL 37.74º 0.25% 0.48% -
HSV(B) 37.74º 0.4% 0.6% -
XYZ 23.37 23.88 13.5 -
YUV 133.43 104.62 142.67 -
System Red Green Blue C M Y K H S L
Decimal 154 131 92 0 0.15 0.40 0.40 37.74 0.25 0.48
Hex 9A 83 5C 0 F 28 28 26 19 30
Octal 232 203 134 0 17 50 50 46 31 60
Binary 10011010 10000011 1011100 0 1111 101000 101000 100110 11001 110000

Color Harmonies of #9A835C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A835C

Black with #9A835C

Text Example


Text Example

White with #9A835C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,131,92); }

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

background-color css

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

 a { background-color: rgb(154,131,92); }

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

border-color css

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

 span { border-color: rgb(154,131,92); }

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