Html Css Color HEX #9D835C Muesli

📋 copy color: '#9D835C'

red 157 ◦ green 131 ◦ blue 92

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

Shades of Muesli #9D835C

Tints of Muesli #9D835C

RGB

 RED value IS 157 (61.72% from 255) = 41.32%

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

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

R = 41.32%
G = 34.47%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#9D835C (or 0x9D835C) is known color: Muesli. HEX triplet: 9D, 83 and 5C. RGB value is (157,131,92). Sum of RGB (Red+Green+Blue) = 157+131+92=380 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.32% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 157 - color contains mainly: red. Hex color #9D835C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D835C is #627CA3. Grayscale: #868686. Windows color (decimal): -6454436 or 6063005. OLE color: 6063005.

HSL color Cylindrical-coordinate representation of color #9D835C: hue angle of 36º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9D835C is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 131 92 -
CMYK 0 0.17 0.41 0.38
HSL 36º 0.26% 0.49% -
HSV(B) 36º 0.41% 0.62% -
XYZ 23.95 24.17 13.53 -
YUV 134.33 104.11 144.17 -
System Red Green Blue C M Y K H S L
Decimal 157 131 92 0 0.17 0.41 0.38 36 0.26 0.49
Hex 9D 83 5C 0 11 29 26 24 1A 31
Octal 235 203 134 0 21 51 46 44 32 61
Binary 10011101 10000011 1011100 0 10001 101001 100110 100100 11010 110001

Color Harmonies of #9D835C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D835C

Black with #9D835C

Text Example


Text Example

White with #9D835C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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